Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Rewrite
Message
From
22/01/2007 14:15:15
 
 
To
22/01/2007 02:30:08
General information
Forum:
Visual FoxPro
Category:
Coding, syntax & commands
Title:
Environment versions
Visual FoxPro:
VFP 9 SP1
OS:
Windows XP
Database:
Visual FoxPro
Miscellaneous
Thread ID:
01187577
Message ID:
01187790
Views:
12
Try this one . . .

**create cursor from a file
USE curbilldata && Open table.

gnFieldcount = AFIELDS(gaMyArray) && Create array.
clos data
CREATE CURSOR newcurbilldata FROM ARRAY gaMyArray
sele 0
use curbilldata
scan
scatter to memvar
insert in newcurbilldata from memvar
endscan


** then select newcurbilldata
** copy to ??? xls etc..
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform