PrintMgmtSetupUISettingsCtl.init Method [AX 2012]

Initializes a control with its component controls.

protected void init(
    FormGroupControl _settingsGroupCtl, 
    FormStringControl _destinationCtl, 
    FormStringControl _reportFormatCtl, 
    FormIntControl _copiesCtl, 
    FormStringControl _idTextCtl)

Run On

Called

Parameters

_settingsGroupCtl
Type: FormGroupControl Class
The group that contains the destination, copies, and identification text controls.
_destinationCtl
Type: FormStringControl Class
The destination string control.
_reportFormatCtl
Type: FormStringControl Class
_copiesCtl
Type: FormIntControl Class
The copies integer control.
_idTextCtl
Type: FormStringControl Class
The identification text string control.

Community Additions

ADD
Show: