Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
ON ERROR Macro Substitution
Message
General information
Forum:
Visual FoxPro
Category:
Coding, syntax & commands
Environment versions
Visual FoxPro:
VFP 9 SP1
OS:
Windows XP SP3
Network:
Windows 2003 Server
Database:
Visual FoxPro
Application:
Desktop
Miscellaneous
Thread ID:
01575512
Message ID:
01575517
Views:
28
>>Hi Gang!
>>
>>question.... I have, in some old code, a routine that may or may not have an ON ERROR error handler activated when starting the code.
>>
>>Any way to save what the rest of the ON ERROR part is, to a variable, at that point? Any function that tells what the ON ERROR part is?
>>
>>Then, I can change the ON ERROR handler to be what I want it to be and run my new code....
>>
>>And if the user changes their mind and exits the routine without running my new part, it can restore back whatever the ON ERROR was to begin with, just like nothing has happened.
>>
>>Thanks!
>
>
>Something like (and my VFP is mighty rusty)..
>
>OldError = ON("Error")
>
>on error ....
>
>on error &OldError

Thanks a bunch!
Tommy Tillman A+ NetWork+ MCP
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform