Michael,
Probably... almost sure your are using an HTML format to the message body,
in this case the carriage return isn't chr(10)+chr(13).
Iside the HTML format the carriage return is represented by the tag <br>
"Break" you can used double <br><br> for a additional space between 2
paragraph.
Ej.
on emailTest()
theEmail = "mailto:[EMAIL PROTECTED]" & "&body=" & "line 1" & "<br><br>" & "line
2"
baOpenURL(theEmail, "Normal")
end
Excuse my English ;-).
Best regards,
Héctor Fidel.
----- Original Message -----
From: "Mendelsohn, Michael" <[EMAIL PROTECTED]>
To: "Lingo programming discussion list" <[email protected]>
Sent: Wednesday, December 07, 2005 11:03 AM
Subject: RE: <lingo-l> a question
Hi list...
I'm using buddy API's baOpenURL to generate an email message and
populate it with some body text. (We're all on Windows XP using
Outlook.) My issue is that the code below doesn't render a carriage
return in the body. Anyone ever do this with baOpenURL?
Thanks,
- Michael M.
on emailTest()
theEmail = "mailto:[EMAIL PROTECTED]" & "&body=" & "line 1" & numToChar(10) &
numToChar(13) & "line 2"
baOpenURL(theEmail, "Normal")
end
[To remove yourself from this list, or to change to digest mode, go to
http://www.penworks.com/lingo-l.cgi To post messages to the list, email
[email protected] (Problems, email [EMAIL PROTECTED]). Lingo-L
is for learning and helping with programming Lingo. Thanks!]
[To remove yourself from this list, or to change to digest mode, go to
http://www.penworks.com/lingo-l.cgi To post messages to the list, email
[email protected] (Problems, email [EMAIL PROTECTED]). Lingo-L is for
learning and helping with programming Lingo. Thanks!]