seem like it should just be
<cfloop query="mainquery">
      <cfloop query="results">



On Fri, Oct 19, 2012 at 12:34 PM, Colin B <[email protected]> wrote:

>
> Thanks for the quick reply!
>
> I've put a partial screenshot of the cfdump at
> http://www.polyhex.net/cfdump.jpg
>
> (If it is an array, I need to work out the loop statement properly! :) )
>
> Colin
>
>
> >you prob have a struct of arrays.
> >so it is probably
> >yourstruct.results.date[x]
> >where x is the row.
> >The constents of result are prob an array which you can loop over.
> >
> >It would be easier if you could put up a page with the CFDUMP output so we
> >can see the exact format.
> >
> >
> >
> >>
>
> 

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

Reply via email to