Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
On error do routine
Message
General information
Forum:
Visual FoxPro
Category:
Coding, syntax & commands
Miscellaneous
Thread ID:
00416019
Message ID:
00416078
Views:
31
>>Hello all,
>>Can any one show me how to return control back to form after
>>performing an 'on error do errror routine'
>>currently i experience application terminating.
>>
>>Thanks in advance.
>
try
resume
Actually I think RESUME is meant to be entered in the Command Window or invoked from the menu when a program is SUSPENDed.

In an error handler you have the follwoing options:
RETRY - attempts to re-execute the line that caused the error, this is useful if a short time delay might remove the cause of the error.
RETURN - cause execution to continue on the next line after the one that caused the error.
CANCEL - if program is running inside the VFP dev environment, will return control to the command window.
or QUIT.
Cheers,
Houston.
censored.
Previous
Reply
Map
View

Click here to load this message in the networking platform