Consultor Eletrônico



Kbase P116532: Is it possible to change the DefaultFont setting for a Progress session at runtime using the 4GL?
Autor   Progress Software Corporation - Progress
Acesso   Público
Publicação   08/06/2006
Status: Unverified

GOAL:

Is it possible to change the DefaultFont setting for a Progress session at runtime using the 4GL?

GOAL:

Can I programmatically alter the DefaultFixedFont setting for a Progress session at runtime?

FIX:

No, it is not possible to change the DefaultFont and/or DefaultFixedFont settings for a Progress session at runtime using the 4GL. The DefaultFont and DefaultFixedFont settings are kept globally for the entire Progress session and are used to determine frame layouts.

The LOAD and USE 4GL Statements do not change the DefaultFont or the DefaultFixedFont setting. They only deal with the information in the [fonts] and [colors] sections of the new current environment's initialization file. They do not read the DefaultFont and DefaultFixedFont from the new .ini file's [Startup] section.