BUG: 3426 and 3020 - Different Error Number With 16-bit/32- bit (149040)
The information in this article applies to:
- Microsoft Visual Basic Standard Edition, 32-bit, for Windows 4.0
- Microsoft Visual Basic Professional Edition, 16-bit, for Windows 4.0
- Microsoft Visual Basic Professional Edition, 32-bit, for Windows 4.0
- Microsoft Visual Basic Enterprise Edition, 16-bit, for Windows 4.0
- Microsoft Visual Basic Enterprise Edition, 32-bit, for Windows 4.0
This article was previously published under Q149040 SYMPTOMS
If a Recordset.Update is issued without first issuing an AddNew or an Edit
method, Visual Basic 4.0 correctly raises an error, because the Update
method can only be invoked after an AddNew or an Edit method. However, the
error number raised by the 16-bit and 32-bit editions of Visual Basic
differs.
The 32-bit edition of Visual Basic version 4.0 for Windows returns the
following error:
'3020' - Update or CancelUpdate without AddNew or Edit
The 16-bit edition of Visual Basic version 4.0 for Windows returns the
following error:
'3426' - The action was cancelled by an associated object
STATUS
Microsoft has confirmed this to be an issue in the Microsoft products
listed at the beginning of this article. Microsoft is researching this
problem and will post new information here in the Microsoft Knowledge Base
as it becomes available.
Modification Type: | Major | Last Reviewed: | 6/29/2004 |
---|
Keywords: | kbbug KB149040 |
---|
|