Jalz Posted May 10, 2006 Posted May 10, 2006 Guys, Im trying to send out an email using the Open URL script (im using this method coz' I want to execute it through IWP eventually) My URL script reads "mailto:[email protected]?Subject=Email&Body=" & Table::Text The Table::Text is an unstored calculated field, which contains a number of fields (about 20) all seperated using the "carriage return symbol which is the third operator on the left column" Although the script is working as it should, My fields in the body are a long string. What I'm after is a carriage return after each field in the calculation. Can anyone offer some sound advice? Ooh I wish the SendMail command worked in IWP
Genx Posted May 10, 2006 Posted May 10, 2006 (edited) Try substituting your carriage return character for %0d. ~Genx Edited May 10, 2006 by Guest ... the first part worked :p
IdealData Posted May 10, 2006 Posted May 10, 2006 You're right Genx. The returns are stipped from the "body", so a substitute "%0D" is needed.
Jalz Posted May 10, 2006 Author Posted May 10, 2006 Hi Guys, Thanks for your replies, you suggestions work fine on a Mac using Safari & Mail, but on a PC using outlook express and I.E 6 its still the same old story - all one string? Any other advice?
Genx Posted May 10, 2006 Posted May 10, 2006 Okay, well try %250d... not sure what effect this will have, but it doesnt hurt to try.
Genx Posted May 10, 2006 Posted May 10, 2006 Okay, i tried it, it doesn't work. To get your original answer i googled: "carriage return" mailto this got me a fair few answers including the first one where i think microsoft discusses this issue. Try it... ~Genx
IdealData Posted May 10, 2006 Posted May 10, 2006 (edited) I think you might need a CR/LF pair for Windows. CR = %0D LF = %0A Looks like you'll need a conditional calculation for the current platform Just checked Genx solution, see this http://support.microsoft.com/kb/q251230/ Edited May 10, 2006 by Guest
Jalz Posted May 10, 2006 Author Posted May 10, 2006 Thanks IdealData The LF equivalent seems to work in the Windows world. I havent tried it on the Mac, but if it doesn't, I think I might and develop my simple web database using a different technology .
IdealData Posted May 10, 2006 Posted May 10, 2006 I recently had a look at Revolution and Rebol - but it's a new learning thing
Recommended Posts
This topic is 6764 days old. Please don't post here. Open a new topic instead.
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now