Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Switch remote view between test production databases
Message
From
31/07/2008 19:15:57
 
General information
Forum:
Visual FoxPro
Category:
Forms & Form designer
Environment versions
Visual FoxPro:
VFP 7
OS:
Vista
Network:
Windows 2003 Server
Database:
Visual FoxPro
Miscellaneous
Thread ID:
01333911
Message ID:
01335684
Views:
17
Bob:

Do you have a test and a production database at E: and T:? In other words 2 identical databases in different locations?

If that is the case, you are just changing the properties of the connection of the E:\HarDe database, and never the T:\HarDe database.

Maybe change this:

Open Database E:\HarDe

to this:

Open Database (Sys(5) + "\HarDe")

Also, add error checking to DBSETPROP(), to see if it returns .T.
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform