BUG: Changing Grid View Property Incorrectly Displays Grid

Last reviewed: April 25, 1997
Article ID: Q138435
The information in this article applies to:
  • Microsoft Visual FoxPro for Windows, versions 3.0, 3.0b, 5.0, 5.0a

SYMPTOMS

A Grid is a container object that contains column objects. A column can contain a header object and controls. Because a grid and its columns, headers, and controls each have their own set of properties, you have complete control over each element of the grid. When the view property setting in a grid is modified to browse-change or change-change, the grid headers do not show, and the "ab" symbols for the text box objects contained in the columns of the grid are cut off. Not being able to see the fields in the grid prevents the designer from designing a grid in the change mode.

STATUS

Microsoft has confirmed this to be a problem in the Microsoft products listed at the beginning of this article. We are researching this problem and will post new information here in the Microsoft Knowledge Base as it becomes available.

MORE INFORMATION

Steps to Reproduce Problem

  1. Create a new form.

  2. Right-click the Form, and click Data Environment.

  3. Right-click the Data Environment window, and select the Customers table located in the Samples\Data directory within FoxPro.

  4. Drag the Customer table onto the form to create a grid.

  5. Select the grid, and modify the ColumnCount property to 4.

  6. Note that the column headers are displayed.

  7. Change the View property to change-change or browse-change.

  8. Look at the grid, and note that the headers have disappeared and the "ab" symbols are cut off.


KBCategory: kbtool kbbuglist
KBSubcategory: FxtoolFormdes vfoxwinbuglist5.00 buglist3.00 buglist3.00b
Additional reference words: 5.00 3.00 3.00b
Keywords : buglist3.00 buglist3.00b buglist5.00 FxtoolFormdes vfoxwin vfpbug5.0a kbtool kbbuglist
Version : 3.0 3.0b 5.0 5.0a
Platform : WINDOWS
Issue type : kbbug


THE INFORMATION PROVIDED IN THE MICROSOFT KNOWLEDGE BASE IS PROVIDED "AS IS" WITHOUT WARRANTY OF ANY KIND. MICROSOFT DISCLAIMS ALL WARRANTIES, EITHER EXPRESS OR IMPLIED, INCLUDING THE WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE. IN NO EVENT SHALL MICROSOFT CORPORATION OR ITS SUPPLIERS BE LIABLE FOR ANY DAMAGES WHATSOEVER INCLUDING DIRECT, INDIRECT, INCIDENTAL, CONSEQUENTIAL, LOSS OF BUSINESS PROFITS OR SPECIAL DAMAGES, EVEN IF MICROSOFT CORPORATION OR ITS SUPPLIERS HAVE BEEN ADVISED OF THE POSSIBILITY OF SUCH DAMAGES. SOME STATES DO NOT ALLOW THE EXCLUSION OR LIMITATION OF LIABILITY FOR CONSEQUENTIAL OR INCIDENTAL DAMAGES SO THE FOREGOING LIMITATION MAY NOT APPLY.

Last reviewed: April 25, 1997
© 1998 Microsoft Corporation. All rights reserved. Terms of Use.