Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Email using mailto
Message
Information générale
Forum:
Visual FoxPro
Catégorie:
Applications Internet
Divers
Thread ID:
00924485
Message ID:
00924624
Vues:
25
>>In FOXPRO ADVISOR - 10 June 2004 Mike Lewis shows how to use mailto to send
>>e-mail from FoxPro Application. Is it possible to use mailto and have more than one line in the body?
>
>Try to encode new line characters.
CHR(13) -> "%0D"
>CHR(10) -> "%0A"
>lcBody = "First Line%0D%0ASecond Line%0D%0AThird Line..."
Thanks Sergey! I also was trying to get multiple lines using mailto. I used the following line to incorporate your tip into converting a message that had been built with TEXTMERGE:
lcText = strtran( lcText, chr(13), "%0d%0a" )
Mike C.
-------
I keep trying to find a life of my own, apart from you.
DC Talk/Charlie Peacock, In the Light.
www.risensystems.com/ra/itlbegin.rm
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform