Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Adding lines to a memo
Message
 
 
To
All
General information
Forum:
Visual FoxPro
Category:
Contracts, agreements and general business
Title:
Adding lines to a memo
Environment versions
Visual FoxPro:
VFP 9 SP2
Miscellaneous
Thread ID:
01332418
Message ID:
01332418
Views:
49
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
Next
Reply
Map
View

Click here to load this message in the networking platform