Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Numerical overflow
Message
General information
Forum:
Visual FoxPro
Category:
Coding, syntax & commands
Miscellaneous
Thread ID:
00628980
Message ID:
00629029
Views:
10
This message has been marked as a message which has helped to the initial question of the thread.
Nadya,

In your error handler trap for error 39 and simply return.
* ErrorHandler
LPARAMETERS pnErrNum
DO CASE
   CASE ...
   CASE pnErrNum = 39
      RETURN
ENDCASE
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform