Kbase P101476: COLUMN-MOVABLE and ALLOW-COLUMN-SEARCHING attributes are ignored at run time
Autor |
  Progress Software Corporation - Progress |
Acesso |
  Público |
Publicação |
  22/03/2008 |
|
Status: Unverified
FACT(s) (Environment):
OpenEdge 10.x
NEGATED FACT(s) Environment):
Progress 9.x
SYMPTOM(s):
ADM2
SmartDataBrowsers
COLUMN-MOVABLE browser widget attribute setup at design time is ignored at run time.
ALLOW-COLUMN-SEARCHING browser widget attribute setup at design time is ignored at run time.
CAUSE:
This is a known issue being investigated by Development.
FIX:
Create an override of the SmartDataBrowser InitializeObjects procedure and before RUN SUPER place the code:
/*-----*/
DYNAMIC-FUNCTION('SetColumnsMovable':U, INPUT br_table:COLUMN-MOVABLE).
DYNAMIC-FUNCTION('SetColumnsSortable':U, INPUT br_table:ALLOW-COLUMN-SEARCHING).
/*-----*/