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

Click here to load this message in the networking platform