Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
How to use native VFP tables in CR
Message
De
19/08/2004 06:06:15
 
 
À
19/08/2004 03:39:57
Information générale
Forum:
Visual FoxPro
Catégorie:
Crystal Reports
Divers
Thread ID:
00933309
Message ID:
00934426
Vues:
34
Hi, Don,

To create Fox2x tables, you have to do the following:
cTempLocation = 'C:\FOX2XTEMP\'
SELECT <fieldlist> FROM <files> WHERE <conditon> INTO CURSOR MyCurs
SELECT MyCurs
INDEX ON (MyFieldList) TAG MyTag
COPY TO (cTempLocation + 'MyCurs') TYPE FOX2X WITH PRODUCTION
I'm not quite certain I understand the second question.

Kevin
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform