BUG: Grid Based on .QPR File Appears Blank in Visual FoxPro 5.0 (179199)
The information in this article applies to:
- 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 Q179199 SYMPTOMS
Running a form that contains both a grid and a list box or combo box that
have the RowSource property set to the same .qpr file causes the grid to
appear empty. This behavior does not occur in Visual FoxPro 3.0b.
RESOLUTION
In the Activate event of the form, set the RowSource of the grid to itself.
For example:
ThisForm.Grid1.RecordSource=ThisForm.Grid1.RecordSource
STATUS
Microsoft has confirmed this to be a bug in the Microsoft products listed
at the beginning of this article.
Modification Type: | Major | Last Reviewed: | 8/25/1999 |
---|
Keywords: | kbbug KB179199 |
---|
|