Consultor Eletrônico



Kbase P118774: How to enable a widget on runtime
Autor   Progress Software Corporation - Progress
Acesso   Público
Publicação   9/15/2006
Status: Unverified

GOAL:

How to enable a widget on runtime

FIX:

Use SENSITIVE attribute which indicates whether a widget can receive input focus or events. Indicates whether certain Progress objects can receive events.
This attribute applies To: Browse, Button, Combo-box, Control-frame, Dialog-box, Editor, Field-group, Fill-in, Frame, Image, Literal, Menu, Menu-item, Radio-set, Rectangle, Selection-list, Slider, Sub-menu, Text, Toggle-box, Window

e.g.: EDITOR-1:SENSITIVE=YES.