Thanks Steve, I tried using evaluate but it doesn't work either. Here is something else I noticed. If the form field is a text box in which I type 1.5" binder, everything is ok. But when I have a select box drawing values from a table and the value is 1.5" binder, the field is truncated at the inch mark.
David Boehm M&T Printing Group 907 Frederick St. Kitchener, ON N2B 2B9 (519) 571-0101 [EMAIL PROTECTED] -----Original Message----- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]] Sent: Tuesday, June 11, 2002 3:55 PM To: [EMAIL PROTECTED] Subject: Re: [CFTALKTor] inch marks Hi David, See if this gives you any ideas or if it helps, pretty much the same idea, but table fields, not form fields, I recall single quotes and or double quotes were giving me grief at the cfquery insert point, but the actual variables values were as expected. <cfloop index="item" list="#qi_old_data.columnList#" delimiters=","> <cfset myValueTemp = "qi_old_data." & item> <cfset myValue = evaluate(myValueTemp)> - You are subscribed to the CFUGToronto CFTALK ListSRV. This message has been posted by: [EMAIL PROTECTED] To Unsubscribe, Please Visit and Login to http://www.CFUGToronto.org/ Manager: Kevin Towes ([EMAIL PROTECTED]) http://www.CFUGToronto.org/ This System has been donated by Infopreneur, Inc. (http://www.infopreneur.net) - You are subscribed to the CFUGToronto CFTALK ListSRV. This message has been posted by: "Dave Boehm" <[EMAIL PROTECTED]> To Unsubscribe, Please Visit and Login to http://www.CFUGToronto.org/ Manager: Kevin Towes ([EMAIL PROTECTED]) http://www.CFUGToronto.org/ This System has been donated by Infopreneur, Inc. (http://www.infopreneur.net)
