Share via


SalesQuotationEditLinesForm::callPrinterSettingsFormletter Method [AX 2012]

Lets the user modify the printer settings by using the standard dialog box for printer settings.

Syntax

server public static boolean callPrinterSettingsFormletter(SalesQuotationEditLinesForm _salesQuotationEditLinesForm)

Run On

Server

Parameters

Return Value

Type: boolean
true if the settings were modified; otherwise, false.

Remarks

The callPrinterSettingsFormLetter method is static. Therefore, AOS printers can be selected.

To select AOS printers, you must call the SysPrintForm method from the server.

See Also

Reference

SalesQuotationEditLinesForm Class