GETPRINTER( ) Function Example
CLEAR cPrinter = GETPRINTER( ) && Displays the Windows Printer Dialog *** Displays the name of the printer chosen *** WAIT WINDOW IIF(EMPTY(cPrinter), 'No printer chosen', cPrinter)