[Startup]
- Last Updated: August 14, 2023
- 1 minute read
- OpenEdge
- Version 12.2
- Documentation
[Startup] section of the progress.ini file
Some progress.ini file settings you can
localize appear in the [Startup] section. The following
excerpt shows the [Startup] section of the progress.ini file that OpenEdge provides in the OpenEdge/bin directory.
|
The following table describes the [Startup]section
settings you might localize.
| Setting | Description |
|---|---|
DefaultFont
|
The name of the default display font. |
DefaultFixedFont
|
The name of the default fixed-width display font. |
PrinterFont
PrinterFont1
PrinterFont2
PrinterFont3
|
The name of the font the printer uses when
you invoke the ABL OUTPUT TO statement's PRINTER option. |
PROMSGS
|
The name of the promsgs file
the application uses. For example, to use the Swedish PROMSGS file,
set PROMSGS to OpenEdge\prolang\swe\promsgs.swe |
PROSTARTUP
|
The name and path of the startup parameter (.pf) file OpenEdge expects. |
For a complete list of what can be set in the [Startup] section, see Startup section in Manage ABL Applications.