All, I have a ListView control and I want to page through the results.
I have 200 records. I want to page through the results 25 at a time. So when the form comes up the first time, it is displaying the first 25 records. It has a next button for the next 25 records, a previous button for going back to the previous 25 records, etc.
Has anyone done that before? Would you put the recordset into an array with a counter? I'm not sure how to do it?
David Pimental
(US, Oh)
I have 200 records. I want to page through the results 25 at a time. So when the form comes up the first time, it is displaying the first 25 records. It has a next button for the next 25 records, a previous button for going back to the previous 25 records, etc.
Has anyone done that before? Would you put the recordset into an array with a counter? I'm not sure how to do it?
David Pimental
(US, Oh)