This topic is locked

Rich Text Box

3/30/2005 8:06:03 PM
ASPRunnerPro General questions
Andy C author

I recieve this error when creating or editing a record, from the Rich text field using bullets. Any thoughts?
Microsoft Cursor Engine error '80040e21'
Multiple-step operation generated errors. Check each status value.
Projects_add.asp, line 171

admin 3/31/2005

Hi,
I wasn't able to reproduce this error.

Are you sure this problem is caused by bullets?

Andy C author 3/31/2005

No, because I also have tryed it without bullets.

admin 4/3/2005

Did it work without bullets?

Andy C author 4/4/2005

Nope, it work when i left that field blank and Filled in the other fields.

admin 4/5/2005

Hi,
check the size of this field in your database. Make sure it's long enough.

Corinne 6/30/2005

I'm also receiving the same error:
Error Type:

Microsoft Cursor Engine (0x80040E21)

Multiple-step operation generated errors. Check each status value.

/ASPRunnerPro/sordOrders_add.asp, line 1221
when I try to add a new order. I've checked the length of my fields and I'm entering according to the database constraints. I did take off all of the allow nulls in the table just to see if there was something there and I still get this error when trying to save. The line it errors on in sordOrders_add.asp is bold below:
if bAddMasterKey then

rs("ID") = RemoveWrappers(GetRequestForm("masterkey"))

end if
Do I have something set up wrong in the master/detail relationship that makes me receive this error?
Thanks,

Corinne

admin 7/1/2005

Corinne,
make sure you don't edit an autoincrement field on the Add page.

Corinne 7/1/2005

No, I'm not trying to add/edit an autoincrement field. Any other suggestions? I really need to try to get this to work.