Navigation:  Language Reference > 9 -  Window and Report Attributes > Window and Report Attributes >====== DISABLE (set control dimmed at open) ====== Previous pageReturn to chapter overviewNext page

NewC7.jpg

DISABLE

blk2blue.jpg

The DISABLE attribute (PROP:Disable) specifies a control that is disabled when the WINDOW or APPLICATION is opened. The disabled control may be activated with the ENABLE statement. PROP:Disable returns a (1) if the control is DISABLEd and a (0) if ENABLEd.

See Also: DISABLE (dim a control)