FIX: Class Designer Changes the Width of a Form ClassID: Q148357 3.00 3.00b WINDOWS kbprg kbbuglist kbfixlist The information in this article applies to:
SYMPTOMSIn Visual FoxPro, Microsoft recommends that forms and classes be designed using the Foxels measurement instead of the Pixels measurement when an application is intended to be used across platforms or when the font metrics are likely to change (small to large, for example). However, if a Form class is created using the Class Designer with the scalemode set to Foxel and width set to a specific number, the width of the form may be reduced or enlarged depending on the font used. For example, it is reduced by twenty five percent (25%) after the class has been changed to Courier New from Arial, saved, and modified again. This is demonstrated in the following article in the Microsoft Knowledge Base:
WORKAROUNDTo prevents this from happening, change the Scalemode property to Pixels or don't change the Fontname property from Arial.
STATUSMicrosoft has confirmed this to be a problem in the Microsoft products listed at the beginning of this article. This problem has been fixed in Visual FoxPro 5.0 for Windows.
MORE INFORMATION
Steps to Reproduce Problem1. Using the Visual FoxPro class designer, create a new class based on 2. Set the properties of the form as follows:
3. Save the class in a class Library.
4. Modify the class. Note that the width is now 75 instead of the initial setting of 100. Each subsequent save or modification results in 25% reduction in the width. KBCategory: kbprg kbbuglist kbfixlist KBSubcategory: FxprgClassoop VFoxWin buglist3.00 buglist3.00b fixlist5.00 Additional reference words: 3.00 3.00b
|
Last Reviewed: February 23, 1997 © 2000 Microsoft Corporation. All rights reserved. Terms of Use. |