Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Pathing embedded in SET CLASSLIB causing probs
Message
De
26/04/2013 17:34:32
 
 
À
26/04/2013 16:28:19
Information générale
Forum:
Visual FoxPro
Catégorie:
Codage, syntaxe et commandes
Versions des environnements
Visual FoxPro:
VFP 9 SP2
OS:
Windows 7
Network:
Windows 2008 Server
Database:
Visual FoxPro
Application:
Desktop
Divers
Thread ID:
01571908
Message ID:
01572044
Vues:
34
>I narrowed it down this much by putting some wait windows to narrow down at what point the error is firing. I chose a screen that does not have a lot happening (comparatively) - my basic "About" screen for this app. It is based on frmNonData in xxfw.vcx (subclassed of course). There are no cursors loading in the DE of the form as none needed.
>
>The error dialog shows up somewhere before the INIT() of the DE i.e.
>
>- OpenTables in DE method shows my wait window (no default code there either)
>- BeforeOpenTables in DE method shows my wait window ( " " )
>
>ERROR Dialog occurs at this point
>
>- Init() in DE method then shows my wait window.
>
>So somewhere in the data environment something is failing. But there are no cursors to load. I even set .AutoOpenTables to .F. to suppress (I expect) OpenTables() and BeforeOpenTables() from firing.
>
>Any clues from where it fires?
>
either step through it with the debugger or set coverage to pinpoint the run lines. SWAG it is a dbc trying to open or set - looking for procedure or classlib usually gives better error hints. It might also be helpful to let filemon or diskmon run in background so you see if the app looks across some paths you don't have on your radar.
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform