RunBase.dialogInit Method [AX 2012]
Initializes the dialog box.
Syntax
public DialogRunbase dialogInit(DialogRunbase dialog, [boolean forceOnClient])
Run On
Called
Parameters
- dialog
Type: DialogRunbase Class
An already initialized dialog box can be passed.
- forceOnClient
Type: boolean
Specifies if the dialog must be instantiated on the client; optional.
Return Value
Type: DialogRunbase Class
The initialized dialog box.
Remarks
This method is not typically overridden.