BUG: Changing ScaleMode in Form Class Moves Objects in VFP 5.0Last reviewed: April 25, 1997Article ID: Q155932 |
The information in this article applies to:
SYMPTOMSIn Visual FoxPro 5.0, if you are creating a form with some objects based on a form class that has the ScaleMode property set to 0-Foxel, and you change the ScaleMode property to 3-Pixel in the form class, the existing objects in the subclassed form are placed in the wrong location. All the objects in the subclassed form are placed on top of each other towards the top left of the form.
WORKAROUNDSet the form class ScaleMode property to 0-Foxels, re-open the subclassed form, and set the subclassed form's ScaleMode property to 3-Pixels. Save the subclassed form. Now, go back to the form class and change the ScaleMode property of the form class to 3-Pixels.
STATUSMicrosoft 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 Behavior
|
KBCategory: kbusage kbbuglist
© 1998 Microsoft Corporation. All rights reserved. Terms of Use. |