Kbase P103908: BUFFER-COPY ignores DECIMALS attribute
Autor |
  Progress Software Corporation - Progress |
Acesso |
  Público |
Publicação |
  9/9/2010 |
|
Status: Verified
SYMPTOM(s):
Specifying the DECIMALS attribute on a database/temp-table field
Copying values via BUFFER-COPY
Decimal values are not rounded to the number of places specified in the DECIMALS attribute
Using the ASSIGN within the BUFFER-COPY statement has no effect
FACT(s) (Environment):
Decimal values are rounded as expected if the the ASSIGN statement is used to assign the offending DECIMAL field.
All Supported Operating Systems
Progress 8.x
Progress 9.x
OpenEdge 10.x
CAUSE:
Bug# OE00115501
FIX:
None at this time. A workaround is to use the ASSIGN statement instead of the BUFFER-COPY statement to assign offending DECIMAL fields. Alternatively, use the BUFFER-COPY statement followed by the ASSIGN statement to assign offending DECIMAL fields.