Pagination (should be basic)

2002-09-30 Thread Russ
All, I'm trying to understand how to do simple pagination--that is, return a list of results or enter a page and only present the first X results. Likewise, I'd like to be able to present the next set of results (from x*2 to x*3), etc. Thank you for any assistance/pointers. Russ

Re: Pagination (should be basic)

2002-09-30 Thread Nick de Voil
Russ I'm trying to understand how to do simple pagination This is called a next-n interface. There are quite a few web resources on this if you do a search. Basically you need to do a CFQUERY... CACHEDWITHIN... to get the data efficiently, then display it on the page using variables to keep