PRINT TO MULTIPLE PRINTERS SIMULTANEOUSLY

This forum is for eXpress++ general support.
Post Reply
Message
Author
User avatar
unixkd
Posts: 565
Joined: Thu Feb 11, 2010 1:39 pm

PRINT TO MULTIPLE PRINTERS SIMULTANEOUSLY

#1 Post by unixkd »

Hi All

How can I print to multiple printers simultaneously from within my application

Thanks.

User avatar
Tom
Posts: 1171
Joined: Thu Jan 28, 2010 12:59 am
Location: Berlin, Germany

Re: PRINT TO MULTIPLE PRINTERS SIMULTANEOUSLY

#2 Post by Tom »

Code: Select all

DCPRINT ON ... NAME <cMyPrinterName>

... print

DCPRINT OFF
Best regards,
Tom

"Did I offend you?"
"No."
"Okay, give me a second chance."

User avatar
RDalzell
Posts: 205
Joined: Thu Jan 28, 2010 6:57 am
Location: Alsip, Illinois USA

Re: PRINT TO MULTIPLE PRINTERS SIMULTANEOUSLY

#3 Post by RDalzell »


User avatar
rdonnay
Site Admin
Posts: 4729
Joined: Wed Jan 27, 2010 6:58 pm
Location: Boise, Idaho USA
Contact:

Re: PRINT TO MULTIPLE PRINTERS SIMULTANEOUSLY

#4 Post by rdonnay »

Will both printers be the same type?
The eXpress train is coming - and it has more cars.

skiman
Posts: 1185
Joined: Thu Jan 28, 2010 1:22 am
Location: Sijsele, Belgium
Contact:

Re: PRINT TO MULTIPLE PRINTERS SIMULTANEOUSLY

#5 Post by skiman »

Hi,

Any reason why you don't use multiple threads? Each thread can print to a different printer.
Best regards,

Chris.
www.aboservice.be

Post Reply