dbTalk Databases Forums  

One print job to multiple formqueues...

comp.databases.pick comp.databases.pick


Discuss One print job to multiple formqueues... in the comp.databases.pick forum.



Reply
 
Thread Tools Display Modes
  #1  
Old   
OZ of Sacramento
 
Posts: n/a

Default One print job to multiple formqueues... - 01-18-2006 , 03:23 PM






Is there an easy way to have a single print job or form queue send to
two printers?

I have four printers on a D3/Linux system. I have a report printing to
formqueue 0, I want to automatically send it to formqueue 3 also.

And way to set up a psuedo formqueue that would forward the spooler job
to two formqueue's.

I can rig this through internal programming. I was just looking for a
system way to answer my need.

Thanks.

Sean


Reply With Quote
  #2  
Old   
Frank Winans
 
Posts: n/a

Default Re: One print job to multiple formqueues... - 01-18-2006 , 08:44 PM






"OZ of Sacramento" wrote
Quote:
Is there an easy way to have a single print job or form queue send to
two printers?

I have four printers on a D3/Linux system. I have a report printing to
formqueue 0, I want to automatically send it to formqueue 3 also.

And way to set up a psuedo formqueue that would forward the spooler job
to two formqueue's.

I can rig this through internal programming. I was just looking for a
system way to answer my need.

Yeah, the SP-ASSIGN f11,lp.unix(>/tmp/foo1),f44,lp.unix(>/tmp/foo2)
form doesn't seem to make twin entries in PEQS when you print...
at least at first blush in the listpeqs command -- didn't test test very hard...

I do hope your programming workaround is something on the linux side, like
SP-ASSIGN f11,lp.unix(/usr/local/d3gredforge)
instead of fancy pickbasic code. Erm, where the d3gredforge linux shell script
does something like
tee /tmp/foo2 | lpr -Pfred ; lpr -Pgeorge /tmp/foo2

That way the benefits are available to all d3 users/programs.






Reply With Quote
  #3  
Old   
Dale Benedict
 
Posts: n/a

Default Re: One print job to multiple formqueues... - 01-19-2006 , 10:16 AM



One way of doing this is to save the print job in a hold file and then use
the PR-SPOOL-JOB command twice to output the file to the required printers.

regards,

Dale

"OZ of Sacramento" <smattes (AT) datasystemsgroup (DOT) com> wrote

Quote:
Is there an easy way to have a single print job or form queue send to
two printers?

I have four printers on a D3/Linux system. I have a report printing to
formqueue 0, I want to automatically send it to formqueue 3 also.

And way to set up a psuedo formqueue that would forward the spooler job
to two formqueue's.

I can rig this through internal programming. I was just looking for a
system way to answer my need.

Thanks.

Sean




Reply With Quote
Reply




Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off



Powered by vBulletin Version 3.5.3
Copyright ©2000 - 2012, Jelsoft Enterprises Ltd.