FiveTech Support Forums

FiveWin / Harbour / xBase community
Board index Bugs report & fixes / Informe de errores y arreglos Too Many Recursive error handler calls
Posts: 2
Joined: Thu Mar 13, 2008 08:58 PM
Too Many Recursive error handler calls
Posted: Fri Mar 14, 2008 05:23 AM

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:

Posts: 824
Joined: Thu Oct 13, 2005 07:39 AM
Too Many Recursive error handler calls
Posted: Fri Mar 14, 2008 08:38 AM

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.

kind regards

Stefan
Posts: 2
Joined: Thu Mar 13, 2008 08:58 PM
Too Many Recursive error handler calls
Posted: Fri Mar 14, 2008 04:49 PM

Stefan,

Thanks very much...

Sid..........

Continue the discussion