Hi Ignacio, I found this code in the google group comp.lang.xharbour: #include "cstruct.ch" #include "hbdll.ch" IMPORT OpenPrinter( par1, par2, par3 ) FROM winspool.drv IMPORT StartDocPrinter( par1, par2, par3 ) FROM winspool.drv IMPORT WritePrinter( par1, par2, par3, par4 ) FROM...