I figured out what the problem was on my other SELECT but this one has
me stumped. In the previous post I had my field setup as a combo box,
so when I changed it to a text box and edited the SELECT Value=  it
worked properly.

But this one I've changed both of the above and it's still throwing an
error. Any help or insight would be greatly appreciated before I
scream TGIF and run out of here!

Code:
<select name="Client_AnnualIncome" Value="#Client_AnnualIncome#" tabindex="250">
          <option value="" <cfif Client_AnnualIncome IS
"">SELECTED</cfif>>Select One...</option>
          <option value="0-4,999" <cfif Client_AnnualIncome IS
"0-4,999">SELECTED</cfif>>0-4,999</option>

Error:
Invalid parser construct found on line 100 at position 25. ColdFusion
was looking at the following text:

Client_PrimaryIncome
Invalid expression format. The usual cause is an error in the
expression structure.

-- 
------------------------
Donna French
[EMAIL PROTECTED]

Blog: http://dgfrench.blogspot.com
Site: http://www.dgfrenchdesigns.com

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~|
Logware: a new and convenient web-based time tracking application. Start 
tracking and documenting hours spent on a project or with a client with Logware 
today. Try it for free with a 15 day trial account.
http://www.houseoffusion.com/banners/view.cfm?bannerid=67

Message: http://www.houseoffusion.com/lists.cfm/link=i:4:191415
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=89.70.4
Donations & Support: http://www.houseoffusion.com/tiny.cfm/54

Reply via email to