This topic is locked

Data doesn't appear on first page

10/7/2004 7:55:01 PM
ASPRunnerPro General questions
J
jasonsas author

HI, first of all I'd like to say this looks like a great product. I"ve just downloaded the trial version to test a few things out and it looks great!!!
One question I had was that I've created the query and saved it under a virtual directory on our Intranet. When I go to the Main page of one of the queries I'd created, it has the headings of the fields, but no data under that. If I do a search, it then comes up with data, but doesn't actually have data on the main page.
Thanks

admin 10/11/2004

I guess some kind of error happens on this ASP page 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 post here.