Ruben;
Si compilas con xHarbour, tenes las siguientes funciones (ignoro si las trae Harbour, aunque supongo que si):
GetPrinters() - retorna un array de las impresoras disponibles, o la funcion FW:
aGetPrinters()
tambien dispones de (xHarbour):
GetDefaultPrinter() (para retener el nombre al inicio de tu app)
luego, con ello podés establecer la impresora por defecto mediante la funcion de FW
SetPrintDefault()
Sets the specified printer as the default printer.
Syntax:
SetPrintDefault( <cModel> ) --> nil
Parameters:
<cModel> The name of the new default printer.
Returns:
Nil
Source Code:
SOURCE\CLASSES\PRINTER.PRG
Repitiendo el proceso al finalizar tu programa con la que te devolvio la impresora por defecto