The information in this article applies to:
SYMPTOMS
The Height and/or Width properties of a form reduce in size a few pixels at
a time when both the following occur:
STATUSMicrosoft is researching this problem and will post new information here in the Microsoft Knowledge Base as it becomes available. MORE INFORMATIONWhen you set the Scrollbars property of a form to "1 [ASCII 150] Horizontal", and you place an object on the form that displays off the right side of the visible form, scrollbars appear at the bottom of the form. If you then move the object to another position where part of the object is still off the visible area of the form, the Height property of the form decreases in value. The same behavior occurs with the Width property of a form if the Scrollbars property is set to "2 [ASCII 150] Vertical" and you move an object to another position where part of the object is off the visible area at the bottom of the form. Both the Height and Width properties reduce in size if the Scrollbars property is set to "3 [ASCII 150] Both" and you move an object to a position where part of the object is off of the bottom right corner of the visible part of the form. You must save and reopen the form to see the reduction of the properties in size each time you move an object. Steps to Reproduce BehaviorFirst Example
Second ExamplePlace the following code in a new program file and run the program. The program opens and closes a form (with scrollbars) after moving a command button. The Height and Width properties after each iteration display on the Visual FoxPro desktop when the program completes.
Additional query words: kbVFp600 kbDesigner kbContainer kbCtrl
Keywords : |
Last Reviewed: August 25, 1999 © 2000 Microsoft Corporation. All rights reserved. Terms of Use. |