Topics   All   MacOS (Only)   Windows (Only)   Linux (Only, Not)   iOS (Only, Not)  
Components   Crossplatform Mac & Win   Server   Client   Old   Deprecated   Guides   Examples   Videos
New in version: 12.2   12.3   12.4   12.5   13.0   13.1   13.2   13.3   13.4   13.5    Statistic    FMM    Blog  

Printer.PrinterNames

Queries printer names.

Component Version macOS Windows Linux Server iOS SDK
Printer 6.5 ❌ No ✅ Yes ❌ No ❌ No ❌ No
MBS( "Printer.PrinterNames" )

Parameters

none

Result

Returns list or error.

Description

Queries printer names.
The plugin will store the printer names it sees in the dialog, so you can later query them.
This value is only available after Printer.Print run or Printer.SetPrinter.

Examples

Query formats:

# we run Print dialog
# as there is no printer or paper format with ?, this will not change it
# and 2 means cancel
#
Set Variable [$r; Value:MBS("Printer.Print"; "?"; 2; ""; "?")]
#
Pause/Resume Script [Duration (seconds): 2]
#
Set Field [Printer Dialog::PaperFormats; MBS( "Printer.PaperFormats" )]
Set Field [Printer Dialog::Printers; MBS( "Printer.PrinterNames" )]
Set Field [Printer Dialog::PaperSources; MBS( "Printer.PaperSources" )]

See also

Example Databases

Blog Entries

This function is free to use.

Created 16th November 2016, last changed 6th March 2017


Printer.PrinterName - Printer.SetDefaultPrinter

💬 Ask a question or report a problem