I'm using cfoutput group="column" to show grouped output like this....

        Group
                Item
                Item
                Item
        Group
                Item
                Item
                Item

I'm trying to show 10 items per page.  Using group="column" like this...

<cfoutput query="blah" group="group" startrow="1" maxrows="10">
        #group#
        <cfoutput>
                #item#
        </cfoutput>
</cfoutput>


But that let's me view 10 GROUPS per page.
Can anyone suggest a way to show 10 items / page (without changing my
query)?

        Thanks :)
        
        Eric Carlisle
        Web Site Developer
        Progress Energy IT Systems Delivery
        E-mail: [EMAIL PROTECTED]
        Phone: (919) 546-4739


______________________________________________________________________
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