Vincent!

You were right! as expected!
In that way I can command a specific printer direct without change the default.

This was my code:
Code:
Get HemtaStxtText of oAdakoBas "KALIB" "PRINTER" "" 1 to sPrinterName
Set psPrinterName of (oReport(oDbGroupReport(oDbTabReport))) to sPrinterName
Set peOutputDestination of (oReport(oDbGroupReport(oDbTabReport))) to PRINT_TO_PRINTER
Thanks for your help!