Consultor Eletrônico



Kbase P173456: Translations of literals are too large to fit on the screen and are truncated
Autor   Progress Software Corporation - Progress
Acesso   Público
Publicação   15/09/2010
Status: Unverified

SYMPTOM(s):

Translations of literals are too large to fit on the screen and are truncated

WARNING: Translation of '<text1>' to '<text2>' in language '<language>' exceeds allocated length of <max> characters. (4788)

FACT(s) (Environment):

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

CAUSE:

After translating an application the number of bytes used by some characters may increase the string length beyond what would normally fit and a warning will appear.

FIX:

Use character-string literals, such as :T<n> to ensure that enough space is allocated for the translated string, and make sure that your screen is designed to fit the longer text.