Dana,

You need to use nested outputs for some situations. In order to do
grouped output, you need to nest <cfoutput>'s. As in:

<cfoutput query="YourQuery" group="GroupVariable">
     <H1>#YourQuery.Whatever#</H1>
    <cfoutput><p>#OtherGroupedVariable#</p></cfoutput>
</cfoutput>


hth,

larry

-- 
Larry C. Lyons
ColdFusion/Web Developer
EBStor.com
8870 Rixlew Lane, Suite 201
Manassas, Virginia 20109-3795
tel: (703) 393-7930 x253
fax: (703) 393-2659
http://www.ebstor.com
http://www.pacel.com
email: [EMAIL PROTECTED]

Chaos, panic, and disorder - my work here is done.
--

Dana Larose wrote:
> 
> >
> > Hi All,
> > I am curious to know when to use nested <cfoutput>
> >
> 
> You can't do nested <cfoutput>'s.  CFServer will throw up an error message
> if you try.
> 
> Dana Larose
> ColdFusion Monkey
> Canadian Web Design & Consulting Inc.
> 
> A: 701-281 McDermot Avenue (McDermot & King)
> P: 204.946.5155
> C: 204.228.0477
> F: 204.946.5156
> E: [EMAIL PROTECTED]
> W: http://www.cdnwebdesign.com
> 
> ------------------------------------------------------------------------------
> Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
> To Unsubscribe visit 
>http://www.houseoffusion.com/index.cfm?sidebar=lists&body=lists/cf_talk or send a 
>message to [EMAIL PROTECTED] with 'unsubscribe' in the body.
------------------------------------------------------------------------------------------------
Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists or send a message 
with 'unsubscribe' in the body to [EMAIL PROTECTED]

Reply via email to