Here is a tag that alows you to use "group output" AND MaxRows.  This time I
will get the credits right.

Bud Schneehagen - Tropical Web Creations put this link up for us.

http://www.twcreations.com/recordcount/



> Hi,
>
> I have question regarding cfouput group. If I use this code :
>
> <cfoutput query="qA" maxrow="10">
> </cfoutput>
>
> I got max 10 records to the screen... no problem for this...
> -------------------------------------------------------------------------
> -------------
>
> But If I use this code :
>
> <cfoutput query="qA" group="User_Name" maxrow="10">
>      <cfoutput group="Age">
>           bla bla bla...
>      </cfoutput>
> </cfoutput>
>
> I got all the records in qA query to show up, not limited to 10.
>
>
> Any idea why ???
>
>
> Thanks,
>
>
> Fisichella
>
> 
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Structure your ColdFusion code with Fusebox. Get the official book at 
http://www.fusionauthority.com/bkinfo.cfm
FAQ: http://www.thenetprofits.co.uk/coldfusion/faq
Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists

Reply via email to