Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
.vue file
Message
General information
Forum:
Visual FoxPro
Category:
Coding, syntax & commands
Title:
Environment versions
Visual FoxPro:
VFP 9
OS:
Windows XP SP2
Database:
Visual FoxPro
Miscellaneous
Thread ID:
01091936
Message ID:
01092157
Views:
19
>Hi,
>
>>If someone saves a view of relations set in designed time pointing to one database, how can the same view be used for the different database?
>
>The name of the DBC is stored at the end of the VUE file. The two bytes before the DBC name contain the length of the full path to the DBC. Use the following expression to update these two bytes, too:
>
>Left(BinToC(LEN("dbc"),"RS"),2)
>
>You need to replace "dbc" with the actual path and file name of the database.

Thanks, Christof. I'll try that.
If it's not broken, fix it until it is.


My Blog
Previous
Reply
Map
View

Click here to load this message in the networking platform