| Usage / INPUT 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 INPUT
  CALL DIALOG.setActionActive("zoom",FALSE)
AFTER FIELD field1
  CALL DIALOG.setActionHidden("zoom",1)
ON CHANGE custname 
   CALL DIALOG.setFieldActive( "custaddr",
               (rec.custname IS NOT NULL) )