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:
00924490
Views:
23
>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..."
--sb--
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform