Consultor Eletrônico



Kbase P10870: Thousands separator remains
Autor   Progress Software Corporation - Progress
Acesso   Público
Publicação   18/01/2010
Status: Verified

SYMPTOM(s):

SESSION:NUMERIC-FORMAT="European" returns error 4052

**<attribute> is not a <settable/queryable> attribute for <widget id>. (4052)

SESSION:NUMERIC-SEPARATOR=" " has not effect 999.999.999,00 is still displayed

Thousands separator remains ","

FACT(s) (Environment):

Progress 9.X
OpenEdge 10.X
All Supported Operating Systems

CAUSE:

Wrong method has been used for change a thousands separator

FIX:

Use SESSION:SET-NUMERIC-FORMAT(" ",",") within your application.

Example:

SESSION:SET-NUMERIC-FORMAT(" ",",").
DISPLAY 999999999 FORMAT ">>>,>>>,>>9.99".