Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Randomly records
Message
From
26/07/2004 03:57:27
 
 
To
24/07/2004 09:29:43
General information
Forum:
Visual FoxPro
Category:
Coding, syntax & commands
Miscellaneous
Thread ID:
00926023
Message ID:
00927840
Views:
17
Hi,

>>
anothr thing ,if mytable have 15 fields.
but i want just 6 field to insert to newtable . ex.. i want to restor fields 2,4,5,8,9
i must write

use newtable
append blank
replace newfld1 with name
replace newfld2 with telno
replace newfld3 with address
replace newfld4 with clint_no
replace newfld5 with .....
>>

If you can use my suggestion of using 'COPY TO' you could use the fields clause:
COPY TO NewTable NEXT 4500 FIELDS name,telno,...  && etc.
HTH,Viv
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform