RunBase.getFromDialog Method [AX 2012]

Assigns the dialog values to the internal variables.

Syntax

public boolean getFromDialog()

Run On

Called

Return Value

Type: boolean
true if assigning the dialog values was successful; otherwise, false.

Remarks

This method is called after the dialog box is closed. When inheriting from this method, make sure to call the super method.

See Also

RunBase Class

RunBase.dialog Method