I'd have to see the code. I may not have looked at an empty recordset for a while. The error that I fixed had to do with changing the number of displayed records per page. If there were say 77 records, you had 10 records per page, and you were on page 7 and changed to show 15 or more per page, it would throw the data seek error. After I posted, I found it still did not work with "All" and corrected that and updated the file again, so make sure you have the latest. If it is the latest, the condition at line 241 should be >= and not >.The error you are showing on line 115 makes sense. I probably need a condition to ensure the recordset has content before doing the data seek. I'll look at that when I can. Perhaps shortly.
The error at line 123 looks more like a configuration error. Can you post the code?

I just downloaded and placed on the result page for testing about 2 hours ago and when tested got that error, i think the error on line 123 is because its not on a live server i had this with the version before and only was displaying on the local server not on live that ahs pho errors turned off, it has something to do with the session variables when it first loads cause if i do any actions like select show 10 or 15 it doesnt show the error until i close and open the browser with a new session


