FormSelectPrinter
Displays the Select Printer dialog box.
Syntax
FormSelectPrinter()
Return Value
The name of the selected printer (as a string) or an empty string ("") if the Cancel button is selected.
Related Functions
Example
// Display the Select Printer dialog
sPrinter = FormSelectPrinter();
See Also