Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
New controls based on VFP base classes?
Message
De
06/10/2003 12:11:36
Jason Mesches
Ocean Systems Engineering Corporation
Carlsbad, Californie, États-Unis
 
 
À
03/10/2003 19:26:02
Scott Malinowski
Arizona Fox Software LLC
Arizona, États-Unis
Information générale
Forum:
Visual FoxPro
Catégorie:
The Mere Mortals Framework
Divers
Thread ID:
00835034
Message ID:
00835421
Vues:
12
Scott,
I think Paul (as usual!) is correct. Check out your call chain, specifically this part...


D:\AUTOMAINT\LIBS\AAPP.VCT
>PROCEDURE FORMLAUNCHER.LISTBAR.INIT D:\AUTOMAINT\LIBS\OUTLOOK.VCT
>PROCEDURE AUTOMAINT.ERROR D:\MMORTALS\COMMON30\LIBS\CCOLLECT.VCT
>PROCEDURE CERRORMGR.ERRORHANDLER D:\MMORTALS\COMMON30\LIBS\CMANAGER.VCT
>PROCEDURE CERRORMGR.CREATEERRORLOGENTRY


Looks like your ListBar Init() is throwing an error. cErrorMgr then tries to log the error in CreateErrorLogEntry(), but fails.

In addition to Paul's suggestion about adding an ErrorLog entry to your ID table, I would step through ListBar.Init() and see what's going on to throw the original error.

Hope that helps,
---J
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform