Consultor Eletrônico



Kbase P56742: How to turn off column resizing for a SmartDataBrowser
Autor   Progress Software Corporation - Progress
Acesso   Público
Publicação   28/11/2003
Status: Unverified

GOAL:

How to turn off column resizing for a SmartDataBrowser

FACT(s) (Environment):

Progress 9.1D

FIX:

In the SmartDataBrowser, create an initializeObject procedure and add the following line of code after the 'RUN SUPER' statement:

ASSIGN {&BROWSE-NAME}:COLUMN-RESIZABLE IN FRAME {&FRAME-NAME} = FALSE.