Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Copying a record
Message
 
 
À
05/09/2000 16:58:11
Information générale
Forum:
Visual FoxPro
Catégorie:
The Mere Mortals Framework
Divers
Thread ID:
00412653
Message ID:
00412659
Vues:
16
>Anyone know the fastest, easiest, cleanest way to copy a record. The only thing I don't want copied is the cID field that gets updated with newid(). Everything else needs copying.
>
>BTW --- APPEND FROM ARRAY doesn't update cID
>
>
>Thanks 4 your help.

In general you can use:
scatter memvar memo
m.cID=newID()
append blank
gather memvar memo
If it's not broken, fix it until it is.


My Blog
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform