Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
New controls based on VFP base classes?
Message
From
06/10/2003 12:11:36
Jason Mesches
Ocean Systems Engineering Corporation
Carlsbad, California, United States
 
 
To
03/10/2003 19:26:02
Scott Malinowski
Arizona Fox Software LLC
Arizona, United States
General information
Forum:
Visual FoxPro
Category:
The Mere Mortals Framework
Miscellaneous
Thread ID:
00835034
Message ID:
00835421
Views:
11
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
Previous
Reply
Map
View

Click here to load this message in the networking platform