Page 1 of 1

Too Many Recursive error handler calls

PostPosted: Fri Mar 14, 2008 5:23 am
by Sidney Saylors
I've really got a problem that i can't seem to fix (ok i know i'm stupid}
i have re-built this app and am using new xharbour form fwh and it will not run at all , anybody got an idea i've been fighting this fro the last 4 days and have got nowhere :oops:

PostPosted: Fri Mar 14, 2008 8:38 am
by StefanHaupt
Sidney,

this message means that the errorhandler calls itself many times without stopping. So a piece of your code causes an error in your app as well as in your errorhandler.

The reason may be if you try to close a relation without an open dbf or similar.

You can try to insert a counter in the errorhandler and show the errormessage after each call.

Too Many Recursive error handler calls

PostPosted: Fri Mar 14, 2008 4:49 pm
by Sidney Saylors
Stefan,

Thanks very much...

Sid..........