stac_1 Posted December 13, 2000 Posted December 13, 2000 I used the previously posted information to enable filemaker files to be emailed from Outlook/Entourage and it works like a dream - even the url code for hard returns works great too.... I have only one problem, if my copy to be e-mailed contains the "&" symbol (ie: B&W, or R & S) the e-mail contents end just before that point. Is there a way to automate the changing of a symbol/character within a field without altering the rest of the contents. Thanks Stac
Chuck Posted December 13, 2000 Posted December 13, 2000 Try using the Substitute function to replace the "&" symbol with the URL code for it. Of course, that means you need to know what that code is. It might be "&" but I'm not sure. Chuck
Chuck Posted December 13, 2000 Posted December 13, 2000 quote: Originally posted by dspires: The URL code for & is %26 Where are you finding these codes? Is there a URL on the web that has them? Thanks, Chuck
Vaughan Posted December 14, 2000 Posted December 14, 2000 The external functions in Web Companion perform these: External("Web-To-HTML", fieldname) External("Web-To-HTTP", fieldname) To be honest I dunno the difference between HTML and HTTP encoding, except it's different. ;-)
Chuck Posted December 14, 2000 Posted December 14, 2000 Well, you learn something new every day. Thanks! Chuck
Vaughan Posted December 14, 2000 Posted December 14, 2000 Coming from you Chuck I'll take that as a compliment. I'm going to have to work harder, your post count is catching up to mine... ;-) [This message has been edited by Vaughan (edited December 13, 2000).]
Recommended Posts
This topic is 9015 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