This topic is locked

AspRunner 3.2 Edit Error

4/15/2005 9:52:01 AM
ASPRunnerPro General questions
C
chantal author

Hi
If I build an old project (created with the version 3.1) with the new version 3.2 for a specific table, when I try to display the Edit page, I have the following error (same error than Alberto) :

ADODB.Recordset error '800a0cc1'

Item cannot be found in the collection corresponding to the requested name or ordinal.

/testasprunner/DI_COUNTRY_edit.asp, line 176
If I create a new project with the same table, the Edit page works.
In AspRunnerPro, if I choose an Edit page with one field in the Formatting screen and if I don't select an Add page, I always lose my selection for the Edit page : I have no more selected fields in the Formatting screen. But if I choose to have one Add page, the selection remains.
*** In the Edit page, if I put to blank a required field (which is not a key field), this field is not controlled as required so I have a message error when it tries to update the field in my Oracle database :

Microsoft OLE DB Provider for ODBC Drivers error '80004005'

[Oracle][ODBC][Ora]ORA-01407: cannot update ("SLAPS"."DI_COUNTRY"."COUNTRY_DE") to NULL

/testasprunner/DI_COUNTRY_edit.asp, line 125
Thanks in advance

Chantal

Sergey Kornilov admin 4/16/2005

Chantal,
what exactly is the question?

Alberto 4/16/2005

Hi,

I read it and could see that at least the question 1 is:
Why the next error occurs: (When upgrade a 3.1 project to 3.2)
ADODB.Recordset error '800a0cc1'

Item cannot be found in the collection corresponding to the requested name or ordinal.

/testasprunner/DI_COUNTRY_edit.asp, line 176
IT HAPPENED TO ME TOO.
Help please.......

Sergey Kornilov admin 4/18/2005

Alberto,
I've answered to your personal e-mail.

C
chantal author 4/18/2005

Hello
I explained you three problems I had using the last version 3.2.
My questions is : how fix these problems ?
Concerning the Edit page which doesn't work any more, I have noticed that the problem occures only when I build an old project created with the version 3.1. It's ok when I create a new project with the 3.2 version.
Thanks

Chantal

Sergey Kornilov admin 4/18/2005

Chantal,
as far as I understand everything works fine if you create a new project in ASPRunnerPro 3.2.
I guess you can simply create a new project and use it. Does this sounds okay?

C
chantal author 4/18/2005

Sergey,
No, only the first problem : "error message when I want to display the Edit page"

doesn't exist any more with a new project.

The issue of this problem is : if we have to re-build an old project with the new version, the project will not work anymore.
The two other problems exist with the new version :

  • in AspRunnerPro, the selection of fields of the Edit page in the Formatting screen

    is lost if the Add page is not selected.

    It's a big problem because we manage some tables only in modification way and without adding possibility.
  • Required field (which is not a key field) is not controlled in the Edit page.
    Best Regards

    Chantal

Sergey Kornilov admin 4/18/2005

Chantal,
check ASPRunnerPro 3.2 beta 2 (updated today) where required field problem was fixed.
If you still see other issues send to support@xlinesoft.com the whole content of ASPRunnerPro output folder along with your project file and SQL script that creates required tables in Oracle database.