Community Member Profile
- Profile: /members/10559-sgeorge.htm
- Comments: 3
- Points: 29
Recent Blog Comments By sgeorge
-
UPDATE: Parsing CSV Data Files In ColdFusion With csvToArray()
Posted on May 16, 2013 at 5:01 PM
Your code was the closest thing I've found to obtaining some direction for converting ISO fields to values that CF can translate properly. Thank you for posting!... read more »
-
Tim Cracked The GMail - CFMailPart Puzzle!
Posted on Jan 6, 2013 at 8:55 PM
Found a solution for the above issue of cfmailpart not handling the paragraph or linefeed - end of lines correctly. We set a variable like this: <cfset VarMessage = #replace(qry.message,Chr(10),"<br>", "all")#> <cfset VarMessage2 = #replace(VarMessage,Chr(... read more »
-
Tim Cracked The GMail - CFMailPart Puzzle!
Posted on Jan 5, 2013 at 10:31 PM
I'm using cfmail parameters to send an email to iPhone client. The email is received when I send it as cfmailpart type = text/html. However there is an often a block of text queried from a SQLServer db table that's formatted like this: snip 3 (15.8-ounce) cans black-eyed peas 1 (... read more »



