Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Create and display a duplicate
Message
Information générale
Forum:
Visual FoxPro
Catégorie:
Codage, syntaxe et commandes
Divers
Thread ID:
00665861
Message ID:
00665865
Vues:
27
This message has been marked as the solution to the initial question of the thread.
Hi, Phil!

What about dealing with
LOCATE FOR rec_Id = m.MyId
LOCAL loScatter
SCATTER MEMO NAME loScatter
APPEND BLANK

#IF If you have a Default functionality to fill primary key
   * take the id generated by the default functionality during APPEND BLANK
   loScatter.rec_Id = rec_Id
#ELSE
   * changing the primary key
   loScatter.rec_Id = <whatever>
#ENDIF

GATHER MEMO NAME loScatter
SeBaFlu
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform