Unrecoverable Err 9003

Post Reply
Jaque Morique
Posts: 17
Joined: Thu Apr 22, 2010 5:15 am

Unrecoverable Err 9003

Post 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
User avatar
James Bott
Posts: 4654
Joined: Fri Nov 18, 2005 4:52 pm
Location: San Diego, California, USA
Contact:

Re: Unrecoverable Err 9003

Post 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
Post Reply