Consultor Eletrônico



Kbase P121372: -ulayout blanks variable initial values
Autor   Progress Software Corporation - Progress
Acesso   Público
Publicação   28/12/2006
Status: Unverified

SYMPTOM(s):

-ulayout blanks variable initial values

-ulayout with the Unicode client blanks initial values if there is a string attribute defined for the initial value, and that string attribute is less than the length of the -ulayout session value.

As variable defined as:

DEFINE VARIABLE xx AS CHARACTER INITIAL "JLY":T3.

Will be blanked in a session started with -ulayout 4.

CAUSE:

This is a known issue being investigated by Development

FIX:

Assign the initial value to the variable with the ASSIGN statement. For example:

DEFINE VARIABLE xx AS CHARACTER INITIAL "JLY":T3.
ASSIGN xx = "JLY":T3.