Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Getting DBCXMGR File not found...
Message
De
25/09/1998 10:15:43
 
 
À
25/09/1998 09:38:06
Information générale
Forum:
Visual FoxPro
Catégorie:
Stonefield
Divers
Thread ID:
00140797
Message ID:
00140805
Vues:
18
>File DBCXMGR does not exist.
>Method: DBCXMGR.INSTANTIATEMANAGER

To whom it may concern:

I found the bug that is causing the above.

In dbcxmgr.instantiatemanager line 51 is as follows...

lcLibrary = .JustFName(lcLibrary)

According to the doc, JustFName is supposed to return the file name WITH the extension. However, according to the header of dbcxmgr.JustFName the file name WITHOUT the extension is returned.

So, I am using 6.0 I changed the code to...

lcLibrary = JustFName(lcLibrary)

And the I no longer get the error message.

Please let me know how you will change the code to fix this and I will make to appropriate correction.

BOb
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform