Consultor Eletrônico



Kbase P5529: AppBuilder does not allow decimal field's initial value to be greater than 999,999,999.99
Autor   Progress Software Corporation - Progress
Acesso   Público
Publicação   9/22/2005
Status: Verified

FACT(s) (Environment):

Progress 9.1D
Progress 9.1E

SYMPTOM(s):

AppBuilder does not allow decimal field's initial value to be greater than 999,999,999.99

Initial value of a decimal field cannot exceed 9 digits to the left of the decimal point in AppBuilder

CAUSE:

Bug# 20020730-014

FIX:

Upgrade to OpenEdge 10.0A or later

or

Programmatically assign the decimal field's initial value right after its initialization to get around this issue. For instance:

RUN enable_UI.
ASSIGN <decimal-fill-in-name>:SCREEN-VALUE = "999,999,999,999.99".