Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Errorhandling
Message
 
To
All
General information
Forum:
Visual FoxPro
Category:
Coding, syntax & commands
Title:
Errorhandling
Miscellaneous
Thread ID:
00007224
Message ID:
00007224
Views:
86
I use the ON ERROR command in the beginning of my program to call my own errorhandler (a procedure).
When an error occurs in my application my errorhandler shows a messagebox with some information about the error, but then my application just continues executing after the line of code wich caused the error. This of course generates new error messages because I have already started to close down my application in the errorhandler.
I want to be able to stop the code from executing and close all open databases, tables and windows and release the application. How shall I do?
Next
Reply
Map
View

Click here to load this message in the networking platform