Well if your option tag as value="1.5"binder"... you should expect the value to be 1.5. You should use value="#URLEncodedFormat(myVal)#" and URLDecode(FORM.myval) to escapoe the double quotes and other characters.
Marc > -----Original Message----- > From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]On > Behalf Of Dave Boehm > Sent: Tuesday, June 11, 2002 4:09 PM > To: [EMAIL PROTECTED] > Subject: RE: [CFTALKTor] inch marks > > > 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) - You are subscribed to the CFUGToronto CFTALK ListSRV. This message has been posted by: "Marc Campeau" <[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)
