Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Not able to change data location
Message
De
12/03/2003 13:10:17
 
 
À
12/03/2003 09:05:17
Tim Yoder
Pin Point Computer Systems, Inc.
Bedford Heights, Ohio, États-Unis
Information générale
Forum:
Visual FoxPro
Catégorie:
Crystal Reports
Divers
Thread ID:
00764730
Message ID:
00765004
Vues:
19
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
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform