Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Getting DBCXMGR File not found...
Message
From
27/09/1998 00:39:17
 
 
To
25/09/1998 19:31:14
General information
Forum:
Visual FoxPro
Category:
Stonefield
Miscellaneous
Thread ID:
00140797
Message ID:
00141188
Views:
37
>Hi Bob.
>
>>So, I am using 6.0 I changed the code to...
>>
>>lcLibrary = JustFName(lcLibrary)
>
>I'll look into this issue. I suspect it has something to do with the VCX file not being found in the directory where it originally was when the meta data tables were created. This can happen if you move either the VCX files *or* the meta data tables from where they were originally, since the path to the VCX is stored in the meta data tables as a relative path. Regardless of the cause, I'll make any change necessary to handle this and post it as an update on our Web site (www.stonefield.com). In the meantime, it seems like your change is working for you, so leave it as is for now.
>
>Doug


Well... Yes... That is correct, the library was not in the relative path after your program did something that added a C:\ to it, when it was on drive t:..

The next thing your program did was do the .JustFPath which returned the file name sans extension, and then did a ...

if file(whatever)

Of course, even though the file DBCXMGR.VCX was in the path the system didn't return a true since...

'DBCXMGR' file did NOT exist.. but 'DBCXMGR.VCX' did exist.

BOb
Previous
Reply
Map
View

Click here to load this message in the networking platform