| Usage / CONSTRUCT control instructions | |
Inside the dialog instruction, the predefined keyword DIALOG represents the current dialog object. It can be used to execute methods provided in the dialog built-in class.
BEFORE CONSTRUCT
CALL DIALOG.setActionActive("zoom",FALSE)
AFTER FIELD field1
CALL DIALOG.setActionHidden("zoom",1)
BEFORE FIELD custname CALL DIALOG.setActionActive( "zoom1", TRUE )