On 3/30/2012 12:03 PM, morgan lindley wrote:
> Is 'detail' a query? If so, you need
> #detail["off#idx#_street"] [detail.currentRow]#.
>

Ahhh - correct! Found a blog entry somewhere by Ray C. verifying as well.

This works:

<cfloop from="1" to="4" index="idx">
     #detail["off#idx#_street"][1]#
</cfloop>

Thanks!

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~|
Order the Adobe Coldfusion Anthology now!
http://www.amazon.com/Adobe-Coldfusion-Anthology/dp/1430272155/?tag=houseoffusion
Archive: 
http://www.houseoffusion.com/groups/cf-talk/message.cfm/messageid:350604
Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/groups/cf-talk/unsubscribe.cfm

Reply via email to