Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Error Code returned from the dead! AAAARRGHHH!!!
Message
De
11/08/1999 10:19:18
Charlie Schreiner
Myers and Stauffer Consulting
Topeka, Kansas, États-Unis
 
 
À
11/08/1999 07:54:16
Information générale
Forum:
Visual FoxPro
Catégorie:
Gestionnaire d'écran & Écrans
Divers
Thread ID:
00252412
Message ID:
00252511
Vues:
10
>anyone remember a few weeks back I was having a problem with debugging a form because errors kept firing the form's error code and so the debugger wouldn't stop at the actual error?
>
Yes, I do.
There's nothing magical about the _base classes. Do a search to determine if there are 2 copies of the class. Use the advanced Find to locate any occurrence of that class code. Look for:
"PROCEDURE Error
LPARAMETERS nError, cMethod, nLine"

Once an old copy is in memory, you will get its behavior. Say you made a little developer app that does some task for you. You DO MyHelper.APP. Whatever classes that were available when the App was compiled are now in memory. If you modify those classes, then run, you may still get the older code. So even when there is no other copy of the vcx, you can still be executing its code...until you re-compile those apps.
Charlie
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform