Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
A SET CARRY ON question?
Message
De
19/11/1997 11:54:58
 
 
À
19/11/1997 11:14:55
Information générale
Forum:
Visual FoxPro
Catégorie:
Autre
Divers
Thread ID:
00061152
Message ID:
00061163
Vues:
38
>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
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform