Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
GOTO end of procedure...
Message
From
22/05/1997 13:45:56
Matt Mc Donnell
Mc Donnell Software Consulting
Boston, Massachusetts, United States
 
 
To
22/05/1997 13:33:15
General information
Forum:
Visual FoxPro
Category:
Coding, syntax & commands
Miscellaneous
Thread ID:
00033300
Message ID:
00033306
Views:
52
>If there any way in VFP 5.0 to have an error trapped in an Error Event abort the procedure that was interrupted. For example, I have a long procedure running that processes a phone call. If the caller hangs up, an Error event is triggered. I would like the IncomingCall method to abort at that point (but not the whole app/form). My only other option is to check on every 5 lines if an error was triggered, and RETURN if so.
> Any suggestions? Thanks!


RETURN TO (SYS(16,3)) from your error handler will return control to the program/procedure that called the procedure that fired the error. (2 steps back)

HTH
Matt McDonnell
...building a better mousetrap with moldy cheese...
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform