ProjFormLetter::callPrinterSettingsFormLetter Method [AX 2012]

Allows the user to modify the printer settings by using the standard printer settings dialog box.

server public static boolean callPrinterSettingsFormLetter(ProjFormLetter _projFormLetter)

Run On

Server

Parameters

_projFormLetter
Type: ProjFormLetter Class
The ProjFormLetter class where the printer settings are modified.

Return Value

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

This method is static so that it is possible to select AOS printers.

Selecting AOS printers requires that the SysPrintForm is called from the server.

Show: