Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Exiting my application when Error Occurs
Message
From
27/08/1998 10:20:49
 
 
To
All
General information
Forum:
Visual FoxPro
Category:
Other
Title:
Exiting my application when Error Occurs
Miscellaneous
Thread ID:
00130509
Message ID:
00130509
Views:
44
Hi,

I had a error handle routine in my vfp 5.0a application. On error, I will display the error to my user and then exit it. However, after displaying the error to my user, I don't seem to get my code right to properly exit my application. I had this similar code below

=messagebox('Error.....')

CLEAR EVENTS
CLEAR ALL
RELEASE ALL
SET LIBRARY TO
SET PROCEDURE TO

It always that cannot release a object in use and my error handle cannot be found as I had release it, including my main form class object.

What is the right ways for me to get my application close the application properly.
Best Regards
Virusim
Next
Reply
Map
View

Click here to load this message in the networking platform