Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Not able to change data location
Message
From
12/03/2003 13:10:17
 
 
To
12/03/2003 09:05:17
Tim Yoder
Pin Point Computer Systems, Inc.
Bedford Heights, Ohio, United States
General information
Forum:
Visual FoxPro
Category:
Crystal Reports
Miscellaneous
Thread ID:
00764730
Message ID:
00765004
Views:
20
Tim,

I think you have to copy the table into the new location "c:\data2" first before setting it in crystal.

This is what we do, but we are using Ver 8.5

Lparameters m.cTempDir

*-- Create the Database object
oDB = oRpt.Database()

*-- Get a references to the DatabaseTables collection
ocDBT = oDB.Tables()

*-- Get a reference to the DatabaseTable object for table 1
oDBT = ocDBT.Item[ 1]

*-- Set the location of the table...
oDBT.Location = m.cTempDir +"\"+ "Voa0201.dbf"
My Regards
John Hussey
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform