This topic is locked

Item cannot be found in the collection corresponding to the requested

11/10/2010 6:14:13 PM
ASPRunnerPro General questions
M
mfred author

I have a situation with an edit page. When I attempt to submit the edit form I get the following error. It does not seem to make sense since the edit form loads the fields from the same table that it is updating. Unfortunately, the error does not say what is missing.
<<< Record was NOT edited >>>
Item cannot be found in the collection corresponding to the requested name or ordinal.

Sergey Kornilov admin 11/10/2010

Hard to tell what might be wrong without seeing your files.
Post your application to Demo Account and open a ticket at http://support.xlinesoft.com sending your Demo Account URL. 'Demo Account' button can be found on the last screen in the program.

M
mfred author 11/11/2010

Is there any way to send a zip file? The specific form is linked in a way that won't show when just compiled from ASPRunner.

Sergey Kornilov admin 11/11/2010

Sure, you can send whatever you need.

M
mfred author 11/11/2010

Actually, I figured it out enough. it was a before edit event that was causing a conflict. I didn't see the specific cause of the conflict within the event code but the error does not occur when I remove the event. it's not a mandatory even so I just removed it. So I'm OK now.