This topic is locked

New version 3.1a

11/13/2004 7:24:59 AM
ASPRunnerPro General questions
A
Alieno author

Hi, I have a problem with the new version of asprunner pro (3.1a), in a table with many records it doesn't make them see all but it seems that the page also interrupts him in the mean of a line.

Can you help me?

Sergey Kornilov admin 11/13/2004

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

A
Alieno author 11/13/2004

This is the error:

Impossibile visualizzare la pagina

Si è verificato un problema a livello della pagina che si desidera visualizzare che ne impedisce la visualizzazione.
Impossible to visualize the page

A problem is occurred to level of the page that is desired to visualize that it prevents the visualization of it.
--------------------------------------------------------------------------------
Please try the following:
Fare clic sul pulsante Aggiorna o riprovare più tardi.
Aprire la localhost home page e cercare i collegamenti alle informazioni desiderate.

HTTP 500.100 - Errore interno del server - errore ASP

Internet Information Services
--------------------------------------------------------------------------------
Informazioni tecniche (per il personale del supporto tecnico)
Tipo di errore:

MSDataShape (0x80040E14)

Impossibile trovare il delimitatore di chiusura della stringa con inizio nella posizione 76 del comando. La stringa inizia con :'}.

/format/FORMAT_list.asp, line 1002
Impossible find the close delimited of string that begin in position 76 of command. The string begin with :'}.
Tipo di browser:

Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1; .NET CLR 1.1.4322)
Pagina:

GET /format/FORMAT_list.asp

That error is generate (I think) because one fields of the table is a lookup on the other table.

Thanks

A
Alieno author 11/13/2004

However it is strange because the same table also has another field that makes lookup on another table and that works well, I have verified and the problem is really this, if I remove the lookup everything it works well.

Sergey Kornilov admin 11/15/2004

Alieno,
there is some kind of problem with lookup table. Please zip and send to support@xlinesoft.com all files from ASPRunner output folder with subfolders for investigation.

A
Alieno author 11/15/2004

Ok Admin, I resolved it.

In the lookup table any filds have the ' in the value, now work fine.

Thank

Sergey Kornilov admin 11/15/2004

Alieno,
thank you for letting me know. I'll include this fix into the next ASPRunnerPro update.