Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Is it possible to skip one particular Error?
Message
From
15/03/2000 00:26:06
 
General information
Forum:
Visual FoxPro
Category:
Coding, syntax & commands
Miscellaneous
Thread ID:
00345689
Message ID:
00345693
Views:
19
>Now is my question: how can I catch this error and in this case do nothing. All other errors should be treated as 'normal' errors.

Do you have an Error handler? If so, just start out:
if nLastError = nMyErrorNumberToIgnore
     return .t.
endif
That simply bypasses the whole Error process and continues on. If you want more info on error hanlders, check out the white paper at www.stonefield.com
Previous
Reply
Map
View

Click here to load this message in the networking platform