Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Replace from excel sheet to mytable
Message
From
25/11/2004 03:27:20
Jon Neale
Bond International Software
Wootton Bassett, United Kingdom
 
 
To
25/11/2004 02:38:12
General information
Forum:
Visual FoxPro
Category:
Forms & Form designer
Miscellaneous
Thread ID:
00964143
Message ID:
00964614
Views:
8
you will need to modify this slightly but hjopefully you can see what im trying to do.

copy file nan.dbf to tmpnan.dbf && make a copy of the nan table
use NAN in 0
use tmpNAN in 0
Select tmpNAN
APPEND FROM c:\tmp\arr TYPE xls && append everything from the xls spreadsheet into the tmpnan
sele nan
append from tmpNan for recno() > 6 * append from the tmpnan into the real nan filtering the records as required


Its far easier to get all the excel records into a table and then filter the data as you need to.
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform