PDA

View Full Version : Pagination - DA Results Page


dmpierson293234
03-05-2009, 03:27 PM
I would like to use a more concise method to paginate a Data Assist results page because some of my databases are very large. The current available selections (i.e. First, <, >, Last) can take quite a while to sift through 100+ pages of results.

I would like to implement something more like this: [prev 1 2 3 4 5 ... 25 ... 50 next]. I know I can do this if I generate my results page by hand, but that's not why I bought Data Assist :-)

It would be nice if there was a snippet of code that I could replace in code view to accomplish this.

Any suggestions would be greatly appreciated.

Best regards...

Ray Borduin
03-06-2009, 08:40 AM
Data Assist does not include this feture, but you may be able to find an extenison on the adobe exchange to do it for you. Since DataAssist uses the standard DW recordset, it should play well with other extensions that can be used for this purpose.