Is 'detail' a query? If so, you need
#detail["off#idx#_street"] [detail.currentRow]#.

On Fri, Mar 30, 2012 at 10:53 AM, Les Mizzell <lesm...@bellsouth.net> wrote:

>
> Trying to get the below to work in a loop:
>
> #detail.off1_street#
> #detail.off2_street#
> #detail.off3_street#
> #detail.off4_street#
>
> So, this seems correct...
>
> <cfloop from="1" to="4" index="idx">
>     #detail["off#idx#_street"]#<br />
> </cfloop>
>
> error: cftComplex object types cannot be converted to simple values
>
>
> I've tried a couple versions of that. Hmmmm ... I'm either an idiot or
> need another cup of coffee.
>
> Point a poor soul in the right direction
>
> 

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~|
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:350600
Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/groups/cf-talk/unsubscribe.cfm

Reply via email to