You mean if you do something like this?

<cfloop query="qryName">

<cfloop from="1" to="10" index="I">
<cfoutput>#qryName.value#</cfoutput>
</cfloop>

</cfloop>


Works fine for me (on CF5)
Each loop of the outer loop give the inner loop value the next row value
in the recordset.

______________________
steve oliver
cresco technologies, inc.
http://www.crescotech.com


-----Original Message-----
From: Jim McAtee [mailto:[EMAIL PROTECTED]] 
Sent: Sunday, January 20, 2002 8:58 PM
To: CF-Talk
Subject: Nested Loops Over Queries


Does CF5 exhibit the same behavior as older versions in regard to nested
query loops?  Namely, that from within an inner loop, CF doesn't know
which row it was processing in an outer loop (or, equivalently, any
references to an outer query all refer to the first row of the query)?

Jim

______________________________________________________________________
Why Share?
  Dedicated Win 2000 Server � PIII 800 / 256 MB RAM / 40 GB HD / 20 GB MO/XFER
  Instant Activation � $99/Month � Free Setup
  http://www.pennyhost.com/redirect.cfm?adcode=coldfusionc
FAQ: http://www.thenetprofits.co.uk/coldfusion/faq
Archives: http://www.mail-archive.com/[email protected]/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists

Reply via email to