Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Trapping one specific error
Message
 
 
To
02/01/2003 14:10:03
General information
Forum:
Visual FoxPro
Category:
Coding, syntax & commands
Miscellaneous
Thread ID:
00737411
Message ID:
00737463
Views:
17
>I can handle the trap part, but how do I turn around and send the non-trapped error to VFP?

On error do errhnd with error()

Proc errhnd
lparam liError


*-- Raise the error here
error(liError)

The new try/catch functionality in vfp8.0 would probably be a better solution for what you're trying to do, though.
Mike Stewart
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform