This topic is locked

WritePagination(1,54); error

3/19/2004 2:00:23 PM
ASPRunnerPro General questions
K
Kincer author

Recently purchased the program. Overall a great product!
When clicking on a header to change the sort order (some not all fields) I get three or four of what would otherwise be hundreds of records followed by a statement that says...
WritePagination(1,54);
When I click the header again to change the sort order back to the way is was the records come back.
What would cause this to happen?
Thanks!
Alan

Sergey Kornilov admin 3/20/2004

Looks like a data problem.
Open ..._list.asp in text editor and change the following line in the begining of file:

On Error Resume Next


to

'On Error Resume Next


and test page again. This would print actual error message that you can post here.