Consultor Eletrônico



Kbase P73699: How to disable and enable an editor widget
Autor   Progress Software Corporation - Progress
Acesso   Público
Publicação   02/08/2007
Status: Unverified

GOAL:

How to make an editor widget read only

GOAL:

How to disable an editor widget for input

GOAL:

How to enable and disable an editor widget.

FACT(s) (Environment):

All Supported Operating Systems
Progress/OpenEdge Versions

FIX:

Us the READ-ONLY attribute.

For example to disable the editor widget set the READ-ONLY attribute to true.

EDITOR-1:READ-ONLY = TRUE.

To enable the editor widget set the READ-ONLY attribute to false.

EDITOR-1:READ-ONLY = FALSE.