Consultor Eletrônico



Kbase P77611: How to toggle an EDITOR widget's READ-ONLY attribute.
Autor   Progress Software Corporation - Progress
Acesso   Público
Publicação   31/12/2004
Status: Unverified

GOAL:

How to toggle an EDITOR widget's READ-ONLY attribute.

FACT(s) (Environment):

Windows
Progress 9.x

FIX:

The following code toggles the READ-ONLY attribute of an EDITOR widget:

EDITOR-1:READ-ONLY = NOT(EDITOR-1:READ-ONLY)
The above code may be incorporated in the form of some event trigger.