Kbase P138734: How to change the label of a temp-table field in runtime?
Autor |
  Progress Software Corporation - Progress |
Acesso |
  Público |
Publicação |
  1/14/2009 |
|
Status: Unverified
GOAL:
How to change the label of a temp-table field in runtime?
GOAL:
Is it possible to change the label of a temp-table field in runtime?
FACT(s) (Environment):
All Supported Operating Systems
OpenEdge 10.x
FIX:
The label of a temp-table field can only be changed if the table is defined dynamically using BUFFER-FIELD method.
If the temp-table is defined in compile time, the label of the field will be effectively changed but the new value will not be displayed because the frames are built in compilation time using the available information and cannot be modified afterwards.