Consultor Eletrônico



Kbase 20465: Decimal points and Error 22
Autor   Progress Software Corporation - Progress
Acesso   Público
Publicação   28/11/2008
Status: Unverified

SYMPTOM(s):

Decimal points and Error 22

** Character number <character> of format <format string> is invalid. (22)

CAUSE:

This is caused by an unbalanced format for the indicated field. The number of digits (in the format) before the decimal point must match the number of fields after the decimal point. If the number does not match, the format is unbalanced.

For example, an unbalanced format looks like:

->>>>>9.9<<<<<<<

FIX:

Use the Data Dictionary to edit the field.

For example, a balanced format would be as follows:

->>,>>>,>>9.9<<<<<<< ( if the zeros are not necessary)
->>,>>>,>>9.99999999