Re: problem with dynamic data in my select boxes

2002-01-08 Thread Billy Cravens
When you start iterating through your inner query, it loses its place in the first query - meaning, referencing a column from the outtermost query and expecting it to know what row it is on. Like referencing query.column outside of a query loop, it defaults to the first row's value. You should

RE: problem with dynamic data in my select boxes

2002-01-08 Thread Andrew Tyrone
for the sake of the clarity of t he code, you could also do: cfif getDCodes.decisionID[CurrentRow] EQ thisDecisionIDselected/cf if -Original Message- From: Billy Cravens [mailto:[EMAIL PROTECTED]] Sent: Tuesday, January 08, 2002 2:37 PM To: CF-Talk Subject: Re: problem with dynamic data

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