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:
00098471
Views:
21
Thanks Derk, That's an acceptable solution... >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.
(using VFP 3.0 for Win & Mac)
Previous
Reply
Map
View

Click here to load this message in the networking platform