This topic is locked

ASPRunner 3.2 Error

4/14/2005 8:39:49 PM
ASPRunnerPro General questions
Alberto author

Sergey,

There is a problem when I edit a record with the new version: Copy seems to be ok, Add new too. But edit no.

Note: I just opened the project 3.1 with the 3.2 went trought all steps and saved (3.2 dowloaded yesterday).

There is also an error when the source file contains Order by, it does not take automaticaly. Can you fix that?

Thanks Alberto
Edit record [NumeroContrato: MOR0000017 ]
--------------------------------------------------------------------------------
Back to list
NumeroContrato

ADODB.Recordset error '800a0cc1'

Item cannot be found in the collection corresponding to the requested name or ordinal.
/test/nivel2/tbContratos_edit.asp, line 1673
Code

===

sFieldName = "NumeroAgendamiento"
if rs.EOF and rs.BOF then

strValue=""

else

Edited with frontpage 2002

** LINE 1673 strValue = GetData(rs.Fields(sFieldName),FORMAT_NONE )

end if
if GetEditFormat(sFieldName) <> EDIT_FORMAT_HIDDEN then

Response.Write vbCRLF & "<tr><td class=shade>"

Response.Write Label(sFieldName) & " "

Response.Write "</td><td>"

end if
bUpdatable = IsUpdatable(rs.Fields(sFieldName))

Sergey Kornilov admin 4/15/2005

Alberto,
please zip and send to support@xlinesoft.com the whole content of ASPRunner output folder ( ASP files, include files, database etc.) along with the project file. I'll find what's wrong running it on my test box.

Alberto author 4/15/2005

Sergey, I just sent you the files...

Thanks

Alberto author 4/27/2005

Sergey,
I downloaded it like 5 hour ago. Uninstalled the previews version in my test pc w2000 deleted the installation folder and installed the new version but did not work. I get exactly the same error.
ADODB.Recordset error '800a0cc1'
The copy option shows the screen ok but edit fails.

(I set you an e-mail too)

T
techno 4/27/2005

Sergey,

There is a problem when I edit a record with the new version: Copy seems to be ok, Add new too. But edit no.

Note: I just opened the project 3.1 with the 3.2 went trought all steps and saved (3.2 dowloaded yesterday).

There is also an error when the source file contains Order by, it does not take automaticaly. Can you fix that?

Thanks Alberto
Edit record [NumeroContrato: MOR0000017 ]
--------------------------------------------------------------------------------
Back to list
NumeroContrato

ADODB.Recordset error '800a0cc1'

Item cannot be found in the collection corresponding to the requested name or ordinal.
/test/nivel2/tbContratos_edit.asp, line 1673
Code

===

sFieldName = "NumeroAgendamiento"
if rs.EOF and rs.BOF then

strValue=""

else

Edited with frontpage 2002

** LINE 1673 strValue = GetData(rs.Fields(sFieldName),FORMAT_NONE )

end if
if GetEditFormat(sFieldName) <> EDIT_FORMAT_HIDDEN then

Response.Write vbCRLF & "<tr><td class=shade>"

Response.Write Label(sFieldName) & " "

Response.Write "</td><td>"

end if
bUpdatable = IsUpdatable(rs.Fields(sFieldName))



Hi, Sergey
I have the same problem! Also, just downloaded the updated 3.2 from 4/25 and now the registration form fields are wrapped in quotation marks. Still can not export to word, excel, csv, xml by PAGE (works ok when using export all records)

Still receiving an error when selecting e-mail option for remind.asp and register.asp. So far, one last problem - cannot search by date (this is crucial)
I sent you my files yesterday, Sergey from 2 e-mail addresses (techno2 and twin907)
The most crucial issue for me is the export option, date search and response.redirect. I had no problem with any of these in the version 3.1. Please check the edit and add template, it is different in version 3.2 and response.redirect yields an error.
Thanks,

Marie

Alberto author 4/28/2005

Sergey, yes going step by step Works...Thanks