Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Getting DBCXMGR File not found...
Message
From
25/09/1998 10:15:43
 
 
To
25/09/1998 09:38:06
General information
Forum:
Visual FoxPro
Category:
Stonefield
Miscellaneous
Thread ID:
00140797
Message ID:
00140805
Views:
17
>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
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform