This topic is locked

visualize content of row

11/17/2004 8:24:10 AM
ASPRunnerPro General questions
author

Hello,
I am using a version of AspRunner 2.4 on a web site.

On some ending visualize page the content doest'n appeared, I can't see the content
for example :
sales custumer client book

11 M. AAA M .... 10

12 M. XXX Mrs ... 2

13 M. EEE
The client 13 and book are filled, I see on edit.
On second subject : I would like to know how the "page m to n" is manage because I have 16 lines and I choice 10 by page but there is not page 2, I am on IE ?

<img src='https://asprunner.com/forums/file.php?topicimage=1&fieldname=question&id=926&image=1&table=forumtopics' class='bbc_emoticon' alt=':blink:' />

Thanks

Regards

Alphonse

Sergey Kornilov admin 11/17/2004

Hi,
there is an error that happens on ASP pages that prevents data from displaying.
To see exact error message open ..._list.asp file in any text editor

and change the following line:

On Error Resume Next


to

'On Error Resume Next


After that you can run this page again and see error message which you can post here.