PRB: DataGrid and MSHFlexGrid Do Not Scroll Properly Beyond 65,535 Rows (253211)
The information in this article applies to:
- Microsoft Visual Basic Professional Edition for Windows 6.0
- Microsoft Visual Basic Enterprise Edition for Windows 6.0
This article was previously published under Q253211 SYMPTOMS
Using very large recordsets with the Microsoft DataGrid Control 6.0 or the Microsoft Hierarchical FlexGrid Control 6.0 can cause problems when scrolling the grid. When the user drags the thumbtrack to the bottom of the vertical scrollbar, the thumbtrack might jump back to the top. This happens whenever the top row of the grid would have been greater than 65,535.
RESOLUTION
Limit the recordset to fewer than 65,536 records. While the grid can display more rows, you cannot use the thumbtrack to scroll past this number.
This bug does not show up in the OLEDB version of the APEX True DBGrid.
STATUSMicrosoft has confirmed that this is a problem in the Microsoft products that are listed at the beginning of this article. REFERENCESNOTE: In Visual Basic 6.0 versions prior to SP3, the Hierarchical Flex Grid was limited to 2048 rows. See the following Knowledge Base article for more information:
194653 FIX: MSHFLexGrid Does Not Display More Than 2048 Rows
Modification Type: | Major | Last Reviewed: | 10/15/2002 |
---|
Keywords: | kbBug kbDatabase kbDataBinding kbDSupport kbMDACNoSweep kbprb KB253211 |
---|
|