Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Dynamic replacement by one DBC on another
Message
From
19/10/1998 14:23:51
 
 
To
All
General information
Forum:
Visual FoxPro
Category:
Forms & Form designer
Title:
Dynamic replacement by one DBC on another
Miscellaneous
Thread ID:
00148230
Message ID:
00148230
Views:
53
Hi.
I have database in the directory C:\MyProgram\DBF\
I make a copy of the directory with files C:\MyProgram\ARHIV\

After that I want dynamically to use one of databases...
In Main.PRG there is a reference to path SET PATH TO DBF;.....
At connection of archive I replace SET PATH on SET PATH TO ARHIV..

lcArhiveDatabase = FULLPATH (SYS (2003)) + '\ARHIV\MyDBC.DBC '
OPEN DATABASE &lcArhiveDatabase SHARED

After that I start the form... And... In it there are data from C:\MyProgram\DBF: ((
I think that it result of Dataenvironment.Cursor.Database in the form = " C:\MyProgram\DBF\myDBC.DBC"....
What it is possible to make?
Thanks.
Denis Gavrikov.
Next
Reply
Map
View

Click here to load this message in the networking platform