Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Replace from excel sheet to mytable
Message
From
25/11/2004 07:25:17
 
 
To
25/11/2004 04:56:12
Jon Neale
Bond International Software
Wootton Bassett, United Kingdom
General information
Forum:
Visual FoxPro
Category:
Forms & Form designer
Miscellaneous
Thread ID:
00964143
Message ID:
00964646
Views:
8
hi,
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 aar TYPE xls && aar.xls i put it at the same directory
sele nan
append from tmpNan for recno() > 6 
* append from the tmpnan into the real nan filtering the records as required
thanks.
best regards
m.qasem
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform