Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Adding lines to a memo
Message
General information
Forum:
Visual FoxPro
Category:
Contracts, agreements and general business
Environment versions
Visual FoxPro:
VFP 9 SP2
Miscellaneous
Thread ID:
01332418
Message ID:
01332436
Views:
8
This message has been marked as a message which has helped to the initial question of the thread.
Moises,

Have you tried doing it with string concatenation? The chr(13) give you a carriage return/line feed to start a new line.
replace email_saida.msg WITH "Dear sir" + chr(13) + ;
   chr(13) + emails.msg + chr(13) + chr(13) + ;
   "Regards, Moisés F. Pereira" additive && adds message footer
>As I continue to build my own e-mail software,
>I am trying to deal with memos, creating replays to my emails
>
>*******************************************************************
>use email_saida.dbf && use sent emails table
>
>replace email_saida.msg WITH emails.msg && adds older message copy to the new memo
>
>replace email_saida.msg WITH "Dear sir" additive && adds my header
>replace email_saida.msg WITH "" additive
>replace email_saida.msg WITH "" additive
>
>replace email_saida.msg WITH "Regards, Moisés F. Pereira" additive && adds message footer
>****************************
>
>However I did not succeed having my header and footer in my new messagebody ( memo)
>
>I only have copy of the older message
Linda Harmes
HiBit Technologies, Inc.
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform