Hi,
I’m trying to write some generic record navigation code to find a way to avoid using list views with lots of records.
I use SQL queries to get only a batch of records at the time. I have initially set the batch size to 10 for debugging purposes.
I have attached a simple solution which will work with Sybase. The next and previous buttons in the navigator work fine. My current problem is that the HTML next and previous buttons on the form don’t work.
Also, my solution relies on getting the total number of records and storing this in a global, which mean I have to query the database twice in some cases .
I’m going to add logic to search so you only work on a subset of the records.
Any suggestions for improvements are welcome…