Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Append from current record
Message
From
23/12/2007 10:20:51
Hilmar Zonneveld
Independent Consultant
Cochabamba, Bolivia
 
General information
Forum:
Visual FoxPro
Category:
Coding, syntax & commands
Environment versions
Visual FoxPro:
VFP 9 SP2
Miscellaneous
Thread ID:
01277211
Message ID:
01277223
Views:
19
This message has been marked as a message which has helped to the initial question of the thread.
>How can I append only from current record ?

I would use scatter and gather, for example:
local loRecord
select Table1
scatter name loRecord memo && Assumption: the desired record was already selected.
select Table2
append blank
gather name loRecord memo
Difference in opinions hath cost many millions of lives: for instance, whether flesh be bread, or bread be flesh; whether whistling be a vice or a virtue; whether it be better to kiss a post, or throw it into the fire... (from Gulliver's Travels)
Previous
Reply
Map
View

Click here to load this message in the networking platform