SalesQuotationEditLinesForm::callPrinterSettingsFormletter Method [AX 2012]

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

server public static boolean callPrinterSettingsFormletter(SalesQuotationEditLinesForm _salesQuotationEditLinesForm)

Run On

Server

Parameters

_salesQuotationEditLinesForm
Type: SalesQuotationEditLinesForm Class
The SalesQuotationEditLinesForm class where the printer settings are being modified.

Return Value

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

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

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

Show: