DOCFIX: Error in Code Sample for ColContaining Method

ID: Q153056


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


SYMPTOMS

The code sample for the ColContaining Method shown in the Visual Basic Language Reference and Online Help is not correct and does not work. The line is highlighted with the following message:

Expected End of Statement.


CAUSE

The argument for the ColContaining method should be enclosed in parentheses.


RESOLUTION

Enclose the argument in parentheses. The argument should be the following:


   ColValue = DBGrid1.ColContaining (X) 


STATUS

This documentation error was fixed in Visual Basic 5.0.

Additional query words: kbVBp400 kbVBp500 kbVBp kbdsd kbDSupport kbdocerr kbdocfix

Keywords : kbGrpVB
Version : WINDOWS:4.0
Platform : WINDOWS
Issue type :


Last Reviewed: February 2, 2000
© 2000 Microsoft Corporation. All rights reserved. Terms of Use.