Jordi.Tolra
20th December 2007, 13:44
Hola a tothom,

does anybody know if it is possible print a print job in a Unix printer and a in a Windows printer at once?

If yes, how?

thanks

Jordi

pconde
21st December 2007, 14:20
Hi,

AFAIK the problem is that the job define only one printer (session ttaad5101m000)
So if you want two printing (same data or different data) all the process of open report, select device for the second device must be done without interaction in the script (use therfore the command brp.open) .
You can define the second device in a parameter table if needed (best option) or hard code it in the script.

Regards
Philippe

jp.aalders
21st December 2007, 14:41
If you print from a Baan unix sever you could try to use some scripting. As the print job is printed in unix using the lp -d command you could try to catch te spoolfile using some unix scripting and print this spoolfile again using the lp -d command for the second printer device. The second device will be the windows printer that is defined as a remote printer queue on the unix server.