The information in this article applies to:
SYMPTOMSWith a bound DBGrid control, navigation is often performed with the properties and methods of the Recordset object of the Data control. After such an operation, if the vertical scroll bar of the DBGrid control is dragged to the bottom, the DBGrid control loses all except the last row of data. In addition, the vertical scroll bar is lost, making it impossible to view the rest of the rows. RESOLUTION
To work around this problem, place the code to ReBind the data in the
RowColChange event of the DBGrid control, as follows:
STATUSMicrosoft has confirmed this to be a bug in the Microsoft products listed at the beginning of this article. We are researching this bug and will post new information here in the Microsoft Knowledge Base as it becomes available. MORE INFORMATION
There are several properties and methods of the Recordset object that can
be used to navigate through the rows of a bound DBGrid control.
AbsolutePosition The methods include: FindFirst For the following illustration, the AbolutePosition property is used. Steps to Reproduce Behavior
Additional query words: kbVBp500bug kbVBp600bug kbdse kbDSupport kbVBp
Keywords : kbGrpVBDB |
Last Reviewed: January 5, 2000 © 2000 Microsoft Corporation. All rights reserved. Terms of Use. |