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) ??
Printer name
Printer name
Goran Radosic
-
- Posts: 484
- Joined: Wed Jan 27, 2010 10:25 pm
- Location: Berlin Germany
Re: Printer name
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