Ah...the cfgridcolumn in CF5.0 allows the choice of delimeters. Did Macromedia/Allaire leave out the gridrow? Perhaps Israel can use cfgridcolumn instead?
DK From: Justin Buist <[EMAIL PROTECTED]> on 10/25/2001 02:25 PM Please respond to [EMAIL PROTECTED] To: CF-Server <[EMAIL PROTECTED]> cc: Subject: RE: How to Escape Commas in CFGRIDROW CFGRIDROW slaps up a Java applet displaying a row of data... splitting each column by a , mark. Unforutnately he's got ,'s in his data that he wants in a single column so the thing breaks. I see no mention in the CF docs that it's possible to escape the , so I'd suggest either creating your own applet that acts a bit more sane (ie: lets you pick a delimeter or allows you to escape it with a \ mark). Justin Buist Trident Technology, Inc. 4700 60th St. SW, Suite 102 Grand Rapids, MI 49512 Ph. 616.554.2700 x2009 Fx. 616.554.3331 Mo. 616.291.2612 On Thu, 25 Oct 2001 [EMAIL PROTECTED] wrote: > not sure what you need/are doing...but...ListChangeDelims( list, ",,") > ????? > > > Cheers! > Varchar, > e.g., D_COMMENT, and would like to display it in a Gridrow along with 4 > other data items being pulled out of an Oracle database. The template > recognizes the commas and interprets D_COMMENT as a list, breaks the text > up, and displays the pieces in the fields for the other data items. Is > there a way to put double commas in after user input of the text just > prior > to displaying D_COMMENT. > > Israel Rose > Functional Area Lead > System and Software Processes > Lockheed Martin Aeronautics Company > Dept 271M MZ 0674 > Marietta, GA 30063 > 770-494-1167 (Office) 1-877-509-1529 (Pager) > > ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ Structure your ColdFusion code with Fusebox. Get the official book at http://www.fusionauthority.com/bkinfo.cfm ------------------------------------------------------------------------------ To unsubscribe, send a message to [EMAIL PROTECTED] with 'unsubscribe' in the body or visit the list page at www.houseoffusion.com
