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
Too Many Recursive error handler calls
-
- Posts: 2
- Joined: Thu Mar 13, 2008 8:58 pm
- Location: Caldwell , ID 83671
-
- Posts: 824
- Joined: Thu Oct 13, 2005 7:39 am
- Location: Germany
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.
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.
kind regards
Stefan
Stefan
-
- Posts: 2
- Joined: Thu Mar 13, 2008 8:58 pm
- Location: Caldwell , ID 83671
Too Many Recursive error handler calls
Stefan,
Thanks very much...
Sid..........
Thanks very much...
Sid..........