Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Error Handling (Shutdown problem)
Message
From
05/10/2000 07:40:52
 
 
To
All
General information
Forum:
Visual FoxPro
Category:
Other
Title:
Error Handling (Shutdown problem)
Miscellaneous
Thread ID:
00425207
Message ID:
00425207
Views:
61
Hello.
I use next line for error handling

On ERROR goErrorHand=CREATEOBJECT([ErrorHandler],MESSAGE(),ERROR(),LINENO(),PROGRAM(),MESSAGE(1))

In the Error Hand form I have button "CLOSE". This button should to close application.

Method have the code

ON ERROR llError = .t.
ON SHUTDOWN QUIT
CLOSE TABLES ALL
QUIT

QUESTION
And after all I get diffrent Visual FoxPro error messages..
like : "Cannot access the selected table", "Unknown member ...",
Quit not brake program execution.
Any solution?
Thanks.
Next
Reply
Map
View

Click here to load this message in the networking platform