SteveJBarratt
New Member
Can anybody explain error code 148?
** Numeric format provides for no digits (148).
From Progress Help file.....
** Numeric format <format> provides for no digits. (148)
A numeric format must have at least one position that represents digits of the number. For example, the format $$$.$$ is not valid since at least one >,Z,9 or * must be used in a numeric format.
I am using Progress 9.1D SP6 on Win 2K.
This error code occurs when I delete lines from a browse. The browse has a field in it that is formated to either an integer or decimal depending on a setting of a flag.
On populating the browse with either or both, sets of formats, there are no errors.
on deleteing the lines the error occurs when the last line is deleted.
i.e. The browse has zero iterations. I have coded for the zero iterations and this is trapped.
The full code for this problem is quite long, I therefore don't want to post it just yet.
Is there a simple solution or do I need to post the full code?
Regards.
Steve.

** Numeric format provides for no digits (148).
From Progress Help file.....
** Numeric format <format> provides for no digits. (148)
A numeric format must have at least one position that represents digits of the number. For example, the format $$$.$$ is not valid since at least one >,Z,9 or * must be used in a numeric format.
I am using Progress 9.1D SP6 on Win 2K.
This error code occurs when I delete lines from a browse. The browse has a field in it that is formated to either an integer or decimal depending on a setting of a flag.
On populating the browse with either or both, sets of formats, there are no errors.
on deleteing the lines the error occurs when the last line is deleted.
i.e. The browse has zero iterations. I have coded for the zero iterations and this is trapped.
The full code for this problem is quite long, I therefore don't want to post it just yet.
Is there a simple solution or do I need to post the full code?
Regards.
Steve.
