Runtime error 3426 (recordset problem?) 
Author Message
 Runtime error 3426 (recordset problem?)

I am in the position of moving a VB3/Access application across to
VB4.

Unfortunately I have (inevitably!!) had some problems. One that
remains appears to be associated with a record set update.

It generates a runtime error 3426 (not listed in my programming
manuals or on the online help) and gives the message:

"The action was cancelled by an associated object"

The program worked perfectly under VB3, and I cannot seem to track
the cause of the problem.

Does anyone have any ideas about this error number and maybe why it
has arisen.

I do not appear to have compromised the VB4 recordset mechanism, but
I have obviously missed something.

Any ideas anyone?

Thanks

Mark Stephens



Sun, 12 Dec 1999 03:00:00 GMT  
 Runtime error 3426 (recordset problem?)

This generaly means a data control is in the process of repositioning and
at the same time you are trying to do an addnew or edit to the same data
control.

The best thing is to step thru the routine by placing some code in the data
control's reposition event so you can make a break point there.

By doing this you can see the series of events causing the problem.
Also watch for procedures that are fired from click and change events of
any control



Quote:
> I am in the position of moving a VB3/Access application across to
> VB4.

> Unfortunately I have (inevitably!!) had some problems. One that
> remains appears to be associated with a record set update.

> It generates a runtime error 3426 (not listed in my programming
> manuals or on the online help) and gives the message:

> "The action was cancelled by an associated object"

> The program worked perfectly under VB3, and I cannot seem to track
> the cause of the problem.

> Does anyone have any ideas about this error number and maybe why it
> has arisen.

> I do not appear to have compromised the VB4 recordset mechanism, but
> I have obviously missed something.

> Any ideas anyone?

> Thanks

> Mark Stephens




Wed, 05 Jan 2000 03:00:00 GMT  
 
 [ 2 post ] 

 Relevant Pages 

1. runtime error 3426

2. Runtime error 3426 - This action was cancelled by an associated object

3. Runtime Error 3426

4. Help : Runtime error 3426

5. Runtime Error 3426??

6. Help - Runtime Error 3426

7. VB4: runtime error 3426

8. RunTime Error 3426

9. Runtime error 3426

10. Runtime Error 3426??

11. Help - Runtime Error 3426

12. VB5 Professional: Access database runtime error 3426

 

 
Powered by phpBB® Forum Software