drop-down list problem

2004-06-14 Thread Robert Orlini
I have a dynamic dropdown list that gets a statecode from a table and then compares to what is sent via form tag. It displays the state in the tag as selected along with other states that can be chosen in the dropdown. Its all OK, except it displays all the states twice. Any help with the code

Re: drop-down list problem

2004-06-14 Thread Philip Arnold
On Mon, 14 Jun 2004 11:22:36 -0400, Robert Orlini wrote: I have a dynamic dropdown list that gets a statecode from a table and then compares to what is sent via form tag. It displays the state in the tag as selected along with other states that can be chosen in the dropdown. Its all OK, except

RE: drop-down list problem

2004-06-14 Thread Raymond Camden
I don't see anything wrong with your code - I bet the issue is your query. If you cfdump your query before this code, do you see 2 of each state? [Todays Threads] [This Message] [Subscription] [Fast Unsubscribe] [User Settings]

RE: drop-down list problem

2004-06-14 Thread Robert Orlini
The table had doubles and I did not bother to look. Thanks. RO -Original Message- From: Philip Arnold [mailto:[EMAIL PROTECTED] Sent: Monday, June 14, 2004 11:31 AM To: CF-Talk Subject: Re: drop-down list problem On Mon, 14 Jun 2004 11:22:36 -0400, Robert Orlini wrote: I have