Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Error message: Illegal operation
Message
From
18/08/2000 06:39:31
Rene Calma
Kpmg Laya Mananghaya & Co.
Makati, Philippines
 
 
To
All
General information
Forum:
Visual FoxPro
Category:
Other
Title:
Error message: Illegal operation
Miscellaneous
Thread ID:
00406570
Message ID:
00406570
Views:
70
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!
Next
Reply
Map
View

Click here to load this message in the networking platform