Consultor Eletrônico



Kbase P9998: Frame shows the SCROLLABLE attribute turned off, but it is on at run time
Autor   Progress Software Corporation - Progress
Acesso   Público
Publicação   10/20/2008
Status: Unverified

FACT(s) (Environment):

Progress 9.x
OpenEdge 10.x

SYMPTOM(s):

Window Scrollable attribute is unchecked


window with a virtual size larger than the physical size

Frame shows the SCROLLABLE attribute turned off, but it is on at run time


Scrollbars appear on the window.

CAUSE:

This is a known issue

FIX:

As workaround, set the SCROLLABLE attribute in the code:
i.e.:
FRAME fMain:scrollable = NO.