RunBaseBatch.dialogPost Method [AX 2012]
Executes after the dialog method has been called.
Syntax
protected void dialogPost(DialogRunbase dialog)
Run On
Called
Parameters
- dialog
Type: DialogRunbase Class
The DialogRunBase object to which to append.
Remarks
This method makes it possible to add controls after the main dialog box has been run.