John Fowler Posted December 30, 2004 Posted December 30, 2004 When sending confirmation emails to customers, I apply Titlecase to the leftmost word in the name field, resulting (previously) in a standard-formatted first name, regardless how it was entered in my shopping cart. But about 2 weeks ago, even though I made no changes at all to my Send Mail script, Titlecase just stopped working, leaving greetings like, "Hey CHARLES" and "Dear earl". I've tried it both as a Calculated field, as well as just using the calculation option in the body text of Send Mail. As a field, it shows up properly Titlecased, but when it exports to an email, it's back in its bad formatting. The weird part is, it worked just fine for several months before doing this. Here's the offending part of the formula: TextStyleAdd (LeftWords( Sales::Name ; 1 ) ; Titlecase) Any suggestions are welcome. John
Recommended Posts
This topic is 7615 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