J
|
Jane 5/23/2008 |
It's difficult to tell you what's happening without seeing actual files. |
R
|
Rhoffman author 5/28/2008 |
I found the error. It was in the AfterAdd event. Since I just switched from ASPRunnerPro version 4.11 to 5.1, I still has an rs("Field") statment in a couple of events. Switching those to GetRequestForm("editid1") has fixed th error. |