You'd better loop over a temp container (array or struture) of those queries.
2008/11/6 Brontojoris <[EMAIL PROTECTED]>:
>
> Hi,
>
> I am trying to cfdump a series of queries using a loop, but instead of
> getting a pink HTML cfdump table, I'm just getting the name of the
> current ListItem. How can I get cfdump to return the data in the
> query?
>
> <cfset QueryWatchList =
> "qDivisionList,qBrandList,qSubBrandList,qTypeList,qSubTypeList,qPlants">
>
> <cfloop index="ListElement" list="#QueryWatchList#" delimiters=",">
> <cfif isDefined("#ListElement#")>
> <cfdump var="#ListElement#" label ="#ListElement#"
> expand="false">
> </cfif>
> </cfloop>
>
> Cheers,
> Joris
> >
>
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups
"cfaussie" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at
http://groups.google.com/group/cfaussie?hl=en
-~----------~----~----~----~------~----~------~--~---