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 ![]()
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 ![]()
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.
Stefan,
Thanks very much...
Sid..........