Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Adding lines to a memo
Message
 
À
Tous
Information générale
Forum:
Visual FoxPro
Catégorie:
Contrats & ententes
Titre:
Adding lines to a memo
Versions des environnements
Visual FoxPro:
VFP 9 SP2
Divers
Thread ID:
01332418
Message ID:
01332418
Vues:
48
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
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform