Article ID: 107830
Article Last Modified on 9/30/2003
[Section name]
SettingName=value
Zoomed=<Boolean>
This SettingName is use to determine if the user had the screen maximized when he or she last quit FoxPro. The Boolean value can be a 1 (maximized) or a 0 (not maximized). If Zoomed=1, the SettingNames Row, Column, Height, and Width should all be set to 0.
This is the vertical starting position of the main FoxPro window if it is not maximized. The value is in pixels.
This is the horizontal starting position of the main FoxPro window if it is not maximized. The value is in pixels.
This is the height of the main FoxPro window in pixels.
This is the width of the main FoxPro window in pixels.
The is the default screen font used by FoxPro for all screen definitions. Each individual screen font definition can be changed under screen layout in the screen generator. The font name should appear in the same format as seen in the Windows Control Panel Fonts icon.
This is the default font style used by FoxPro for all screen definitions. Font styles are regular, bold, italic, and bold italic. The FontStyle SettingName requires a numeric value: regular=0, bold=1, italic=2, bold italic=3.
This is the point size of the default font. For example, if you want the default screen font to be Arial bold 10-point size, you would enter the following information in the FOXPRO.INI file:
FontName=Arial FontStyle=1 FontSize=10
Same as FontName except this is the font used to print out .PRG files or text files currently being edited.
Same as FontStyle. See above.
Same as FontSize. See above.
SET PRINT FONT "Arial",12
FoxPro and set and print and font
Additional query words: VFoxWin FoxWin 2.50 2.50a 2.50b 2.60 2.60a
Keywords: KB107830