Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
A SET CARRY ON question?
Message
From
19/11/1997 11:54:58
 
 
To
19/11/1997 11:14:55
General information
Forum:
Visual FoxPro
Category:
Other
Miscellaneous
Thread ID:
00061152
Message ID:
00061163
Views:
36
>I have written a program in vfp50 and would like to add
>an option to the MAIN MENU that allows the user to clone the current record. I would like this option to copy the current fields values in the current record to a new record added to the table. What is the best way to do this? thanks :))))

Build a method that does the following:
Scatter current record to an array
Update the primary key column in the array
insert a new record into the table,using the array as the data source

Does this help??

Thanx!

Tony Miller
Vancouver, Wa
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform