Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
How to use native VFP tables in CR
Message
From
19/08/2004 06:06:15
 
 
To
19/08/2004 03:39:57
General information
Forum:
Visual FoxPro
Category:
Crystal Reports
Miscellaneous
Thread ID:
00933309
Message ID:
00934426
Views:
35
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
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform