DOCERR: Insert Method Does Not Exist for Columns Collection

ID: Q149701


The information in this article applies to:
  • Standard, Professional, and Enterprise Editions of Microsoft Visual Basic, 16-bit and 32-bit, for Windows, version 4.0


SYMPTOMS

Using the Insert method on the DBGrid Columns collection results in error 438 - Object doesn't support this property or method.


CAUSE

The Language Reference Guide for Visual Basic for Windows (page 473) refers incorrectly to the Insert method of the DBGrid Columns collection. The correct name of the method is Add, not Insert.


WORKAROUND

Use the correctly documented Add method in Visual Basic online Help.


STATUS

Microsoft has confirmed this to be a problem in the Microsoft products listed at the beginning of this article. We are researching this issue and will post new information here in the Microsoft Knowledge Base as it becomes available.

Additional query words: 4.00 vb4win vb4all

Keywords : PrgCtrlsCus
Version : 4.00 | 4.00
Platform : NT WINDOWS
Issue type :


Last Reviewed: August 18, 1999
© 2000 Microsoft Corporation. All rights reserved. Terms of Use.