RE: CFSELECT Prob

2005-01-21 Thread Ian Skinner
Umm, not sure but it looks like CF is trying to evaluate your string as an expression. You can write expressions such as this [foobar LT 99] in long hand as [foobar less then 99]. Almost nobody does, but it is supported by CF. So my first guess would be that your Less Then 12 years string is

Re: CFSELECT Prob

2005-01-21 Thread Donna French
How can I avoid this so that it just evaluates as a string? Or is there a more efficient way to handle this SELECT? TIA, Donna On Fri, 21 Jan 2005 12:46:35 -0800, Ian Skinner [EMAIL PROTECTED] wrote: Umm, not sure but it looks like CF is trying to evaluate your string as an expression.

RE: CFSELECT Prob

2005-01-21 Thread Ian Skinner
[mailto:[EMAIL PROTECTED] ...Sent: Friday, January 21, 2005 1:08 PM ...To: CF-Talk ...Subject: Re: CFSELECT Prob ... ...How can I avoid this so that it just evaluates as a string? Or is ...there a more efficient way to handle this SELECT? ... ...TIA, ...Donna Confidentiality Notice: This message

Re: CFSELECT Prob

2005-01-21 Thread Qasim Rasheed
How about using something like this Less_than_12_years. On Fri, 21 Jan 2005 15:07:31 -0600, Donna French [EMAIL PROTECTED] wrote: How can I avoid this so that it just evaluates as a string? Or is there a more efficient way to handle this SELECT? TIA, Donna On Fri, 21 Jan 2005 12:46:35

RE: CFSELECT Prob

2005-01-21 Thread Ian Skinner
Ok, I just tested your code and it worked just fine on my system. I would then take a look at the value of your variables, Client_Education and qClient.Education. PS. What is the value parameter in your select statement doing? Select tags don't use a value parameter, just the Option

Re: CFSELECT Prob

2005-01-21 Thread Donna French
Okay, thanks - got it working now: select name=Client_Education Value=#Client_Education# tabindex=230 My eyes are fried - been working 6 hours straight in the afternoon instead of off/on all day. What do you all use to help cut down on eye strain? ;-) Donna On Fri, 21 Jan 2005 13:26:29