Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Appending Memo from Memo
Message
From
07/02/2002 15:42:01
Hilmar Zonneveld
Independent Consultant
Cochabamba, Bolivia
 
 
To
07/02/2002 15:35:42
General information
Forum:
Visual FoxPro
Category:
Coding, syntax & commands
Miscellaneous
Thread ID:
00616965
Message ID:
00616973
Views:
15
>Hi. VFP7 user. I have an memo field in File A that I want to APPEND (in its entirity) (programatically) to a memo field in File B. Seems as if it should be easy...but I can't get it to click.
>
>Thanks,
>Randy

#DEFINE CRLF chr(13) + chr(10)
select FileB
replace MyMemo with MyMemo + CRLF + CRLF + FileA.MyMemo
The CRLF include a blank space in between.

With this approach, you have to select the appropriate record in each table.

HTH, Hilmar.
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