Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Frequent illegal operation and c00005 errors during MM v
Message
 
À
08/05/2000 19:03:09
Information générale
Forum:
Visual FoxPro
Catégorie:
The Mere Mortals Framework
Divers
Thread ID:
00367451
Message ID:
00368887
Vues:
29
>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
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform