Printer name

This forum is for eXpress++ general support.
Post Reply
Message
Author
gradosic
Posts: 45
Joined: Tue Dec 07, 2010 2:11 pm
Location: Croatia - Europe
Contact:

Printer name

#1 Post by gradosic »

Hi everyone,

Anyone knows how to return printer name when print job has started with DCPRINT ON ?

example:

DCPRINT ON TO OPRINTER
IF Valtype(oPrinter) # 'O' .OR. !oPrinter:lActive
BREAK
ENDIF
..
..
?? current printer name (selected printer in this job) ??
Goran Radosic

Wolfgang Ciriack
Posts: 484
Joined: Wed Jan 27, 2010 10:25 pm
Location: Berlin Germany

Re: Printer name

#2 Post by Wolfgang Ciriack »

oPrinter:cPrinterName
_______________________
Best Regards
Wolfgang

gradosic
Posts: 45
Joined: Tue Dec 07, 2010 2:11 pm
Location: Croatia - Europe
Contact:

Re: Printer name

#3 Post by gradosic »

Thanks for answer.... in the meantime I realized that is impossible to change Duplex mode during runtime, only when invoking DC print command...
Goran Radosic

Post Reply