May 10, 200619 yr 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
May 10, 200619 yr Try substituting your carriage return character for %0d. ~Genx Edited May 10, 200619 yr by Guest ... the first part worked :p
May 10, 200619 yr You're right Genx. The returns are stipped from the "body", so a substitute "%0D" is needed.
May 10, 200619 yr Author 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?
May 10, 200619 yr Okay, well try %250d... not sure what effect this will have, but it doesnt hurt to try.
May 10, 200619 yr 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
May 10, 200619 yr 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, 200619 yr by Guest
May 10, 200619 yr Author 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 .
Create an account or sign in to comment