Another pain with SELECT

2005-01-21 Thread Donna French
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:

  SELECTED>Select One...
  SELECTED>0-4,999

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


RE: Another pain with SELECT

2005-01-22 Thread Adrian Lynch
Hi Donna, I haven't read your previous posts, but the select tag doesn't
have a value attribute, only the options.

As for the error, you have a syntax error somewhere, have you looked at line
100? It might be a stray # or a cf tag not closed etc. The code you showed
us seems ok, the problem is likely to be elsewhere.

Ade

-Original Message-
From: Donna French [mailto:[EMAIL PROTECTED]
Sent: 21 January 2005 23:02
To: CF-Talk
Subject: Another pain with SELECT


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:

  SELECTED>Select One...
  SELECTED>0-4,999

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.
--
No virus found in this outgoing message.
Checked by AVG Anti-Virus.
Version: 7.0.300 / Virus Database: 265.7.2 - Release Date: 21/01/2005


~|
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:191427
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