Table of Contents

Codeunit "ForNAV Local Printers"

ID 6188510

Methods

IsServerPrinter

Determines if a printer name is connected directly to the service tier machine.

procedure IsServerPrinter(PrinterName: Text): Boolean

Parameters

Name Type Description
PrinterName Text

Nam e of the printer

Returns

Type Description
Boolean

True if the printer can be seen from the service tier.

OpenDirectPrinter

procedure OpenDirectPrinter(DirectPrinterName: Text): Boolean

Parameters

Name Type Description
DirectPrinterName Text

Returns

Type Description
Boolean

See also