Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Copy record with General field in same DBF
Message
General information
Forum:
Visual FoxPro
Category:
Coding, syntax & commands
Miscellaneous
Thread ID:
00098273
Message ID:
00098275
Views:
24
Hi Klas

Maybe not the most elegant solution, but certainly one that would work is

select * from [your table] where [pick 1 record] into table [temporary table]
select [your table]
append from [temporary table]

this would copy and insert any selected records, including the general field contents. I would prefer to use a cursor, but the help says you need to append from either a file or an array, so you need to delete the temp table afterwards.

greetings
derk
Derk Schutte
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform