Consultor Eletrônico



Kbase P172811: Is it possible to disable a browse object but still use its scroll bars?
Autor   Progress Software Corporation - Progress
Acesso   Público
Publicação   03/09/2010
Status: Unverified

GOAL:

Is it possible to disable a browse object but still use its scroll bars?

GOAL:

How to make a browse object insensitive but still use its scroll bars?

FACT(s) (Environment):

All Supported Operating Systems
Progress 9.x
OpenEdge 10.x

FIX:

Currently with ABL there isn't a way to use browse scroll bars with a browse object that has been disabled (Sensitive attribute equals FALSE).

The only way to achieve a similar result is to set the browse to READ-ONLY. However this is not the same as a disabled browse since although with a READ-ONLY browse the ROW-LEAVE event will not fire, the VALUE-CHANGED event will still fire.