FIX: GRID: Scrollbars Disabled When ColumnCount SpecifiedID: Q147572 3.00 3.00b WINDOWS kbprg kbbuglist kbfixlist The information in this article applies to:
SYMPTOMSScrollbars on a grid object are visible but disabled even though there are enough records in the table to expect working scrollbars.
CAUSEThe ColumnCount property of the grid object has been set to a number greater than -1 in design mode and the RecordSource property has been left empty.
WORKAROUNDLeave the ColumnCount property value at -1 and set it programmatically once the form has been instantiated.
STATUSMicrosoft has confirmed this to be a problem in the Microsoft products listed at the beginning of this article. This problem has been fixed in Visual FoxPro 5.0 for Windows.
MORE INFORMATION
Steps to Reproduce Problem1. Create a new form, and place a grid and command button on it. 2. In the Click event of the command button, add the following code:
3. Run the form, and click the command button. Notice that the scrollbars
KBCategory: kbprg kbbuglist kbfixlist
KBSubcategory: FxprgGrid VFoxWin buglist3.00 buglist3.00b fixlist5.00
Additional reference words: 3.00 3.00b
|
Last Reviewed: February 23, 1997 © 2000 Microsoft Corporation. All rights reserved. Terms of Use. |