Try OpenEdge Now
skip to main content
Startup Command and Parameter Reference
Startup Parameter Descriptions : Combo-box Font (-combofont)
 

Combo-box Font (-combofont)

Use the Combo-box Font (-combofont) startup parameter to change the default font of decimal values displayed in combo-boxes with LIST-ITEM-PAIRS.
Operating system and syntax
UNIX / Windows
-combofont [ FIXED ]
Use with
Maximum value
Minimum value
Single-user default
Multi-user default
Client Session
FIXED
Specifies that the default font for decimal combo-boxes with LIST-ITEM-PAIRS is fixed.
In Release 9.1D, a combo-box representing a decimal field or variable with LIST-ITEM-PAIRS displays values using a fixed font, by default. Starting with Release 9.1D07, you can use the -combofont startup parameter (without the FIXED option) to change the default font to a proportional font.
Starting with Release 10.0A, a decimal combo-box with LIST-ITEM-PAIRS displays values using a proportional font, by default. To change the default font back to a fixed font, specify the -combofont startup parameter with the FIXED option.
A decimal combo-box with LIST-ITEMS displays values using a fixed font, by default. If you change a decimal combo-box with LIST-ITEMS to LIST-ITEM-PAIRS, after it is realized, the font automatically changes from fixed to proportional (unless you specified the -combofont startup parameter with the FIXED option).
Note: If you specify a font in the FONT attribute for a combo-box, specifying this startup parameter has no effect on the combo-box font.