Consultor Eletrônico



Kbase P45690: What causes Progress warning "Font not in Font Set. (4499)"?
Autor   Progress Software Corporation - Progress
Acesso   Público
Publicação   16/10/2008
Status: Verified

GOAL:

What causes Progress warning "Font <font-number> not in Font Set. (4499)"?

GOAL:

Why do I keep seeing Progress warning "Font <font-number> not in Font Set. (4499)"?

FACT(s) (Environment):

Progress 8.x
Progress 9.x
OpenEdge 10.x
All Supported Operating Systems

FIX:

Progress warning (4499) occurs when a font has been defined in the progress.ini file and the font number used is not the next sequential font number.

Forexample, if your progress.ini file contains fonts zero (0) through seven (7) you must define font 8 as your next font. You can NOT skip directly to font 9.
This rule also applies also to Windows registry entries used for fonts. These registry entries are located in the following areas:

HKEY_CURRENT_USER\Software\PSC\PROGRESS\<version#>\fonts

HKEY_LOCAL_MACHINE\Software\PSC\PROGRESS\<version#>\fonts

(where <version#> is a valid Progress version like 8.3E, 9.1E or 10.1B).

Progress initially looks for the specified font in the HKEY_CURRENT_USER registry key. If the specified font number is not found there, Progress will then look in the HKEY_LOCAL_MACHINE registry entry.