Got it worked out...

I needed to query the "Results" part of the returned results
i.e.
<cfset listsumm = lists.active_subscribers(#listid#)>
<cfset results = listsumm.results>

I can then loop through the results to get the data

:)




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

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

Reply via email to