DOCFIX: Error in Code Sample for RowContaining Method (153057)



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 Q153057

SYMPTOMS

The code sample for the RowContaining Method shown in the 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 RowContaining method should be enclosed in parentheses.

WORKAROUND

Enclose the argument in parentheses. The argument should be as follows:
   RowValue = DBGrid1.RowContaining(Y)
				

STATUS

This error was corrected in Visual Basic 5.0.

Modification Type:MinorLast Reviewed:7/13/2004
Keywords:KB153057