Testing For A Disabled Field

Posted by LegacyUser on 18-Mar-2004 10:15

If I have disabled a field.

How do I test for a disabled field.

Since if I perform a PREV-TAB-ITEM, the disabled field is the previous tab item. When I really wish to move on field prior to that.

All Replies

Posted by LegacyUser on 19-Mar-2004 08:35

Ah the SENSITIVE command.

Posted by LegacyUser on 21-Mar-2004 03:54

This is where you would set the required attribute of the widget. You require syntax like...

DO WITH FRAME :

widget_name:SENSITIVE = TRUE / FALSE. /* on/off */

END.

This thread is closed