Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations John Tel on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Recent content by Aikien

  1. Aikien

    Nested Loop not looping...

    Generally using a <cfloop> with the query parameter isn't a good idea. The inner loop will often corrupt the CurrentRow count for the outer loop. Instead, use the index syntax to do your nested loops. In your case, something like: <cfloop index="i" from="1" to="GROUP1.DoorCodes.recordCount">...

Part and Inventory Search

Back
Top