Kbase P113848: Some of the browse columns becomes empty after deleting dynamic columns.
Autor |
  Progress Software Corporation - Progress |
Acesso |
  Público |
Publicação |
  10/16/2008 |
|
Status: Unverified
FACT(s) (Environment):
OpenEdge 10.0B
SYMPTOM(s):
Dynamic browser.
Static browser containing dynamic created columns.
Some of the browse columns become empty after deleting dynamic columns.
The dynamic columns the information which should be displayed in the empty columns is now displayed in other columns.
Before being deleted, the dynamic columns were moved from their original position using using MOVE-COLUMN() browse method.
Problem occurs only when the dynamic column is not in its original position when it is deleted.
CAUSE:
This is a known issue being investigated by Development.
FIX:
Always create and delete the dynamic columns as the last column in the browse. These can then be freely moved around. When a dynamic column has to be deleted, first move it to be the last column again before being deleted.