ReportRun.printerSettings Method [AX 2012]

Enables the user to select printer settings.

public boolean printerSettings([int showWhat])

Run On

Called

Parameters

showWhat
Type: int
This parameter is currently not functional.

Return Value

Type: boolean
true if execution of the report should continue; otherwise, false.

The call to the super method in this method runs the sysPrintForm form. The prompt method is called from the super method call in the prompt method. The PrintFormName property on the reportDesign object determines which form the call to the super method in the printerSettiings object will run.

Community Additions

ADD
Show: