problem with dynamic data in my select boxes

2002-01-08 Thread Tammy Hong
Hi everyone, Can someone please point to me what the problem here is? I basically have two queries. One pulls out the record set for a particular ID number and is grouped in a cfoutput based on another ID number. The problem is that when I have more than one dynamically populated select box

Re: problem with dynamic data in my select boxes

2002-01-08 Thread Billy Cravens
: Tammy Hong [EMAIL PROTECTED] To: CF-Talk [EMAIL PROTECTED] Sent: Tuesday, January 08, 2002 12:52 PM Subject: problem with dynamic data in my select boxes Hi everyone, Can someone please point to me what the problem here is? I basically have two queries. One pulls out the record set

RE: problem with dynamic data in my select boxes

2002-01-08 Thread Andrew Tyrone
- Original Message - From: Tammy Hong [EMAIL PROTECTED] To: CF-Talk [EMAIL PROTECTED] Sent: Tuesday, January 08, 2002 12:52 PM Subject: problem with dynamic data in my select boxes Hi everyone, Can someone please point to me what the problem here is? I basically have two queries

Re: problem with dynamic data in my select boxes

2002-01-08 Thread Douglas Brown
] BSD. We don't believe this to be a coincidence. Doug Brown - Original Message - From: Billy Cravens [EMAIL PROTECTED] To: CF-Talk [EMAIL PROTECTED] Sent: Tuesday, January 08, 2002 11:37 AM Subject: Re: problem with dynamic data in my select boxes When you start iterating through

RE: problem with dynamic data in my select boxes

2002-01-08 Thread Raymond Camden
: Billy Cravens [EMAIL PROTECTED] To: CF-Talk [EMAIL PROTECTED] Sent: Tuesday, January 08, 2002 11:37 AM Subject: Re: problem with dynamic data in my select boxes When you start iterating through your inner query, it loses its place in the first query - meaning, referencing a column from

RE: problem with dynamic data in my select boxes

2002-01-08 Thread Tammy Hong
Hi, Thank you all for your valuable input. It worked perfectly. Have a nice d ay. Tammy -Original Message- From: Raymond Camden [mailto:[EMAIL PROTECTED]] Sent: Tuesday, January 08, 2002 2:18 PM To: CF-Talk Subject: RE: problem with dynamic data in my select boxes Errr, won't

Re: problem with dynamic data in my select boxes

2002-01-08 Thread Douglas Brown
, January 08, 2002 12:17 PM Subject: RE: problem with dynamic data in my select boxes Errr, won't this mean that every value AFTER the correct one will also be marked selected? Sure the browser will use the first one, but that i'snt good. I'd add a cfset select = before the cfif. -Raymond

Re: problem with dynamic data in my select boxes

2002-01-08 Thread Douglas Brown
of Berkeley: LSD and [Unix] BSD. We don't believe this to be a coincidence. Doug Brown - Original Message - From: Raymond Camden [EMAIL PROTECTED] To: CF-Talk [EMAIL PROTECTED] Sent: Tuesday, January 08, 2002 12:17 PM Subject: RE: problem with dynamic data in my select boxes Errr, won't

Re: problem with dynamic data in my select boxes

2002-01-08 Thread Douglas Brown
of Berkeley: LSD and [Unix] BSD. We don't believe this to be a coincidence. Doug Brown - Original Message - From: Douglas Brown [EMAIL PROTECTED] To: CF-Talk [EMAIL PROTECTED] Sent: Tuesday, January 08, 2002 7:35 PM Subject: Re: problem with dynamic data in my select boxes Should have been