Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Email using mailto
Message
General information
Forum:
Visual FoxPro
Category:
Internet applications
Miscellaneous
Thread ID:
00924485
Message ID:
00924624
Views:
26
>>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
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform