Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Create an email from VFP
Message
 
 
To
02/10/2008 08:40:01
General information
Forum:
Visual FoxPro
Category:
Coding, syntax & commands
Environment versions
Visual FoxPro:
VFP 8
OS:
Windows XP SP2
Network:
Windows 2008 Server
Database:
MS SQL Server
Miscellaneous
Thread ID:
01350117
Message ID:
01352250
Views:
24
Pogalusta. :)

>Spasibo, Sergey!
>
>
>>You've to URLENCODE() the body and/or subject if they include characters that are nor allowed in an URL. For new line characters you can use STRTRAN(). For more generic solution see How to escape a string for html in VFP8 Message #774940
>>
>>
>>        "&Body=" + STRTRAN(tcBody, CHR(13)+CHR(10), "%0d%0a") 
>>
>>
--sb--
Previous
Reply
Map
View

Click here to load this message in the networking platform