The information in this article applies to:
SYMPTOMSIn Visual FoxPro version 3.0 for Windows or Macintosh, sizing the partition of a grid in the Form Designer beyond a certain size, usually in the range of 300 to 330 pixels, causes one of the following to occur at run time:
-or- If it's Visual FoxPro for Windows version 5.0, no error is returned, but if the partition is above the threshold, the partition is set to zero. RESOLUTIONIf the partition needs to be set to a large number in the range between 300 to 350 pixels, set the Partition property of the grid in the Init event of the grid. For example, use the following code to set the partition at half the width of the grid:
STATUSMicrosoft is researching this problem and will post new information here in the Microsoft Knowledge Base as it becomes available. MORE INFORMATION
The Partition property specifies whether or not a Grid control is split
into two panels and specifies where the split is relative to the left edge
of the grid.
Steps to Reproduce Behavior
In testing, the error seems to occur around when the partition size is set in the vicinity of 300 to 330. This error does not seem to depend upon screen resolution and the font used in the grid. REFERENCESFor more information about the Grid control and Partition property, please refer to the Visual FoxPro Help. Additional query words:
Keywords : kberrmsg kbMAC kbVFp FxprgGrid |
Last Reviewed: December 10, 1999 © 2000 Microsoft Corporation. All rights reserved. Terms of Use. |