Consultor Eletrônico



Kbase 33225: The Column-resizable attribute for the SmartDataBrowser is set to true by default in 9.1D
Autor   Progress Software Corporation - Progress
Acesso   Público
Publicação   10/05/1998
Solution ID: P3225

FACT(s) (Environment):

Progress 9.1D

SYMPTOM(s):

The Column-resizable attribute for the SmartDataBrowser is set to true by default in 9.1D

FIX:

Override the InitializeObject procedure by adding the following code after the 'RUN SUPER' statement:
br_table:COLUMN-RESIZABLE IN FRAME {&FRAME-NAME} = FALSE.