PRB: Navigation Buttons Font Different from Other Object FontsLast reviewed: October 15, 1995Article ID: Q138106 |
The information in this article applies to:
SYMPTOMSOn a Wizard-generated form, the font used for the navigation buttons is different from the font used for labels and other form objects.
CAUSETo maintain consistency with user expectations, the MS Sans Serif font was used instead of Arial.
RESOLUTIONTo use Arial fonts exclusively on Wizard-generated forms, modify the Wizstyle visual class library as found in the \Vfp\Wizards directory. Open the TxtBtns class of the Wizstyle.vcx and change the FontName attribute for each CommandButton object to Arial.
STATUSThis behavior is by design.
MORE INFORMATIONIn 'Step 2 - Style' of designing a form using the Form Wizard, you are asked to specify the style of the form. While all fields and other objects placed on the form use the Arial font, the text buttons use the MS Sans Serif font. NOTE: If the information in the "Resolution" section of this article is used, all forms that use the TxtBtns class will reflect the changed font because of Inheritance.
|
Additional reference words: 3.00 VFoxWin Screen Form Style Visual Class
© 1998 Microsoft Corporation. All rights reserved. Terms of Use. |