Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
When using the Dialog Class class for dialog, this method is called from the task method in the dialog form.
Syntax
public void dialogTask([int task])
Run On
Called
Parameters
- task
Type: int
The task command that is sent from the form executer; optional.
Remarks
The Dialog.allowUpdateOnTask Method method has to be set to true to enable this feature.
Generally, it is best to use the RunBase.dialogSelectCtrl Method method instead, if it is possible.