Consultor Eletrônico



Kbase P85975: ADD-COLUMNS-FROM() behavior unpredictable when using extent fields.
Autor   Progress Software Corporation - Progress
Acesso   Público
Publicação   8/18/2010
Status: Verified

SYMPTOM(s):

The exclude field list contains extent fields

ADD-COLUMNS-FROM() may add fields that are specified in the exclude field list

ADD-COLUMNS-FROM() may add fields that are already in the browse

FACT(s) (Environment):

Progress 9.1x
OpenEdge 10.0x
Windows
OpenEdge Category: Language (4GL/ABL)

CAUSE:

Bug# OE00106744

FIX:

Upgrade to OpenEdge 10.1B or later release

Workaround:
Use ADD-LIKE-COLUMNS() to add the columns one by one.
If needed (such as when field names are unknown at design time), use the buffer-fields of a given buffer to check which fields should be added.