Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Frequent illegal operation and c00005 errors during MM v
Message
 
 
To
08/05/2000 19:03:09
General information
Forum:
Visual FoxPro
Category:
The Mere Mortals Framework
Miscellaneous
Thread ID:
00367451
Message ID:
00368887
Views:
30
>I keep on getting illegal operation and c00005 errors from WIN98 while developing using Mere Mortals under VFP6 SP3. Please help. TIA.

Hi, Monique.

If you C5 on the way INTO a form, it's usually a blown cursor reference - controlsource's invalid. Quickly determine the problem by cutting the grid off (paste it to another form for safekeeping) and see if the form loads w/o errors. If the grid is not at fault, check all your views. Test them outside of the form, or put this is the form's Load() method.

SET STEP ON
DODEFAULT()

If you C5 when EXITING the application, it's frequently an object that doesn't fully destroy itself as a form's datasession is destroyed. *Make sure* methods where you write code call DODEFAULT() where needed by the framework, especially in Init(), Activate(), Destroy() methods. If you forget to DODEFAULT(), you're probably hosed.

Hope this helps.
"Problems cannot be solved at the same level of awareness that created them." - Albert Einstein

Bruce Allen
NTX Data
Previous
Reply
Map
View

Click here to load this message in the networking platform