Consultor Eletrônico



Kbase P61950: SmartBrowse has scroll bars when placed in SmartWindow
Autor   Progress Software Corporation - Progress
Acesso   Público
Publicação   09/01/2004
Status: Unverified

FACT(s) (Environment):

Progress 9.1D

SYMPTOM(s):

Using ADM1

SmartBrowse has scroll bars when placed in SmartWindow

CHANGE:

Added code to SmartBrowse

CAUSE:

The code added to the SmartBrowse did a DISPLAY without specifying a frame so the compiler extended the existing frame to fit the new data.

FIX:

Modify the source code, add a widget to the frame to hold the data and replace the DISPLAY statement with an ASSIGN to the SCREEN-VALUE of the widget