> Holy...
>
> If you were here I'd kiss you.
I remain thankful for small favors (and so should you!)
> So I don't scope that nested cfoutput? (I hope I called
> that right, I'm assuming whenever you name the query in
> your output with And it just loops thru the results for
> that Particular iteration of the output?
You've got it right. You don't specify a QUERY attribute, and you don't need
a GROUP attribute unless it contains its own child elements; for example,
you could have a three-level hierarchy of countries, states and cities:
<cfoutput query="getplaces" group="country">
<h1>#country#</h1>
<cfoutput group="state">
<h2>#state#</h2>
<cfoutput>
<h3>#city#</h3>
</cfoutput>
</cfoutput>
</cfoutput>
It's worth noting that this, in addition to lots of other good things to
know, is covered in detail in the "Advanced ColdFusion MX Development"
course offered by Fig Leaf Software and other Macromedia training partners:
http://training.figleaf.com/
Dave Watts, CTO, Fig Leaf Software
http://www.figleaf.com/
voice: (202) 797-5496
fax: (202) 797-5444
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~|
Archives: http://www.houseoffusion.com/cf_lists/index.cfm?forumid=4
Subscription:
http://www.houseoffusion.com/cf_lists/index.cfm?method=subscribe&forumid=4
FAQ: http://www.thenetprofits.co.uk/coldfusion/faq
Structure your ColdFusion code with Fusebox. Get the official book at
http://www.fusionauthority.com/bkinfo.cfm
Unsubscribe:
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4