Page 1 of 1

Unrecoverable Err 9003

Posted: Tue Jul 13, 2010 10:37 am
by Jaque Morique
This LIne


REDEFINE say OSAY ID 100 OF OFLD:ADIALOGS[ 2 ] FONT FONTARR [ 1 ] color CLR_SAY


The Say dont exist


Too many recursive error handler calls

Re: Unrecoverable Err 9003

Posted: Tue Jul 13, 2010 1:52 pm
by James Bott
Jaque,
Too many recursive error handler calls
Often times this error is misleading since it is really caused by the error handler code, and thus the original error is hidden.

I would try eliminating first one, then the other, of the arrays. I expect one of them is causing the problem. Also, check to see that the arrays actually exist and are not empty.

Regards,
James