Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Error message: Illegal operation
Message
From
24/08/2000 04:26:26
 
 
To
18/08/2000 06:39:31
Rene Calma
Kpmg Laya Mananghaya & Co.
Makati, Philippines
General information
Forum:
Visual FoxPro
Category:
Other
Miscellaneous
Thread ID:
00406570
Message ID:
00408649
Views:
34
You can't trap for this error in VFP. This is from the OS. VFP has crashed, so your VFP error handler is gone.

What caused this error?

Dave

>Before I have this error message and I was able to correct the error in my program:
>
>------------
>This program has performed an illegal operation and will be shut down.
>If the problem persists, contact the program vendor.
>------------
>
>But now I have this error message again. How do I trap the error when this error message appears?
>Consider my error handler routine in my program:
>
>lcOnError = 'Error number:'+LTRIM(STR(ERROR()))+' ,Line number:'+LTRIM(STR(LINENO()))
>ON ERROR MESSAGEBOX(message()+chr(13)+ lcOnError,16,"System Error")
>
>I am using VFP5
>
>Please HELP!
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform