Consultor Eletrônico



Kbase P3225: 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   25/03/2005
Status: Verified

FACT(s) (Environment):

Progress 9.1D

SYMPTOM(s):

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

CAUSE:

This is a known issue being investigated by Development

FIX:

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