PRB: Window Sizes in .EXE Change w/ MODIFY WINDOW SCREEN FONTLast reviewed: April 30, 1996Article ID: Q110772 |
The information in this article applies to:
SYMPTOMSWhen you are creating an executable file in FoxPro for Windows, you notice that the distributed application's appearance is quite different from what it was during development.
CAUSEThis difference occurs because the default font in the Windows environment is usually different than the font that FoxPro uses to dimension the main desktop. The default font you have specified in the Screen Layout dialog box in the Screen Builder must match your current screen font.
RESOLUTIONTo avoid this problem during development, issue MODIFY WINDOW SCREEN FONT "foxfont" as the first line of executable code in the executable's main program. Although this is enough to correct the problem on the development machine, it still is not enough to solve the problem on the systems the executable will eventually be run on. To completely resolve this issue, do the following:
|
Additional reference words: VFoxWin FoxWin 2.00 2.50 2.50a 2.50b position
© 1998 Microsoft Corporation. All rights reserved. Terms of Use. |