BUG: Grid Shows Only Two Added Records When Buffering/Order Set (194573)
The information in this article applies to:
- Microsoft Visual FoxPro for Windows 3.0
- Microsoft Visual FoxPro for Windows 3.0b
- Microsoft Visual FoxPro for Windows 5.0
- Microsoft Visual FoxPro for Windows 5.0a
- Microsoft Visual FoxPro for Windows 6.0
This article was previously published under Q194573 SYMPTOMS
You have a grid with its RecordSource property set to a table with
buffering enabled and an order set. If you add more than two records to the
table, the records do not display in the grid until the grid gets focus.
RESOLUTION
Issue one of the following commands after adding the record:
GO BOTTOM
-or-
THISFORM.grid1.SCROLLBARS = THISFORM.grid1.SCROLLBARS
Note that the second command requires modification depending on the exact
location of the grid in the object hierarchy.
STATUS
Microsoft has confirmed this to be a bug in the Microsoft products listed
at the beginning of this article.
REFERENCES
(c) Microsoft Corporation 1998, All Rights Reserved. Contributions by Jim
Saunders, Microsoft Corporation
Modification Type: | Major | Last Reviewed: | 5/12/2003 |
---|
Keywords: | kbBug KB194573 |
---|
|