> I have tried everything but can't get it working, I read a few
> forums and they said it couldn't be done so here's a challenge if
> anyone would like to accept it.
Don't know which forums you were reading but this is trivial in CF.
You can put the start record number & records per page in the URL and
use those to drive the query on each page. For extra performance, you
can cache the query in session scope so you don't have to hit the
database on each page.

Signature
Sean A Corfield -- (904) 302-SEAN
An Architect's View -- http://corfield.org/
cf.Objective() 2008
Early May, near Minneapolis, MN
The world's ONLY enterprise engineering conference for ColdFusion
http://cfobjective.com/
whereskris - 12 Sep 2007 09:49 GMT
Thanks for letting me know it can be done
but any example code would be greatly appreciated.
Kris
Azadi - 12 Sep 2007 10:09 GMT
google 'coldfusion pagination'
or search these forums for that or 'next n records'

Signature
Azadi Saryev
Sabai-dee.com
http://www.sabai-dee.com
Make your original recordset a session variable and then use query of queries to get what you need for each page.