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 child-tags.


--------------
Ian Skinner
Web Programmer
BloodSource
www.BloodSource.org
Sacramento, CA

"C code. C code run. Run code run. Please!"
- Cynthia Dunning



...-----Original Message-----
...From: Donna French [mailto:[EMAIL PROTECTED]
...Sent: Friday, January 21, 2005 12:41 PM
...To: CF-Talk
...Subject: CFSELECT Prob
...
...What is wrong with this???
...
...Trying to get an update to work:
...
...      <td>Education:</td>
...      <td><select name="Client_Education"
...Value="#qClient.Client_Education#" tabindex="230">
...          <option value="Less than 12 years"<cfif Client_Education is
..."Less than 12 years">SELECTED</cfif>>Less than 12 years</option>
...          <option value="High School or GED"<cfif Client_Education is
..."High School or GED">SELECTED</cfif>>High School or GED</option>
...          <option value="Some College"<cfif Client_Education is "Some
...College">SELECTED</cfif>>Some College</option>
...          <option value="College Graduate"<cfif Client_Education is
..."College Graduate">SELECTED</cfif>>College Graduate</option>
...          <option value="Vocational Training"<cfif Client_Education is
..."Vocational Training">SELECTED</cfif>>Vocational Training</option>
...          <option value="Unknown"<cfif Client_Education is
..."Unknown">SELECTED</cfif>>Unknown</option>
...        </select></td>
...
...Error:
...
...An error occurred while evaluating the expression:
...
...
... Client_Education is "Less than 12 years"
...
...
...
...Error near line 81, column 67.
...
...--
...------------------------
...Donna French
[EMAIL PROTECTED]
...
...Blog: http://dgfrench.blogspot.com
...Site: http://www.dgfrenchdesigns.com
...
...

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~|
Find out how CFTicket can increase your company's customer support 
efficiency by 100%
http://www.houseoffusion.com/banners/view.cfm?bannerid=49

Message: http://www.houseoffusion.com/lists.cfm/link=i:4:191404
Archives: http://www.houseoffusion.com/cf_lists/threads.cfm/4
Subscription: http://www.houseoffusion.com/lists.cfm/link=s:4
Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4
Donations & Support: http://www.houseoffusion.com/tiny.cfm/54

Reply via email to