Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Copy fields
Message
From
29/11/2004 06:27:17
 
 
To
29/11/2004 04:34:15
General information
Forum:
Visual FoxPro
Category:
Coding, syntax & commands
Title:
Miscellaneous
Thread ID:
00965005
Message ID:
00965357
Views:
13
hi,
thank you very much,

i need to delete all records form nan.dbf and REPLACE all data from xldata.NOT APPEND.
CLOSE all
USE xldata in 0
USE nan in 0
   Blank FIELDS EXCEPT column19&& delete all data for all fields except column19 and go top of nan.dbf

select xldata 
SCAN
   SCATTER memvar 
   *!* either append blank or seek correct record to update
   SELECT NAN
   append blank
   && i need to replace (delete all data replace new data)
   GATHER memvar field EXCEPT column19
   
ENDSCAN
thanks.
m.qasem
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform