Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Where is the DBC?
Message
From
01/04/1998 16:38:12
 
 
To
01/04/1998 16:28:29
General information
Forum:
Visual FoxPro
Category:
Other
Miscellaneous
Thread ID:
00088796
Message ID:
00088803
Views:
30
>I'm deloping apps on a network. The production version of these apps are looking for data on the development drive. How do I change the path that the Form's Data Environment looks for the data?

Add code in Dataenvironment.BeforeOpenTables event
local cDbcpathname
select config && this is configuration table
go top
cDbcpathname=alltrim(config.dbcpname)
thisformset.setall("database",cDbcpathname,"cursor")
You can use this code if all DE.cursors are for dbc-tables. If you have free tables then you should modify this code to reset CursorSource properties.
Edward Pikman
Independent Consultant
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform