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

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Your ad could be here. Monies from ads go to support these lists and provide more 
resources for the community. http://www.fusionauthority.com/ads.cfm
FAQ: http://www.thenetprofits.co.uk/coldfusion/faq
Archives: http://www.mail-archive.com/[email protected]/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists

Reply via email to