How to make this output grouping work with prev/next records

2005-03-21 Thread Will Tomlinson
I'm trying to figure out how to create my previous/next paging with this cfoutput query. It's usually straightforward with a standard cfoutput that uses a recordcount, but I'm using my own counter because of the grouped output. Any ideas on how I'd get started? Thanks, Will cfset ctr=0

Re: How to make this output grouping work with prev/next records

2005-03-21 Thread Michael Traher
Not sure exactly what you want to do but I've made your sample code all pretty, and got the ctr logic correct in terms of tests and increments. At the end of the loop you need to tidy up the last row - my code below is incomplete in that respect. Not the full answer but may help you out :-)