I want to use CFLOOP such as

<CFLOOP INDEX="thisRecord" FROM="1" TO="#myquery.recordCount#">

 instead of CFOUTPUT QUERY= to display a series of returned records.

How do you use the value stored in thisRecord (the incrementing number) 
to access the correct record? I have it looping the right number 
of times, but I can only output the first record over and over.

TIA,

[EMAIL PROTECTED]







Archives: http://www.mail-archive.com/[email protected]/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists

Reply via email to