Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Create and display a duplicate
Message
General information
Forum:
Visual FoxPro
Category:
Coding, syntax & commands
Miscellaneous
Thread ID:
00665861
Message ID:
00665865
Views:
28
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
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform