At 04:02 PM 1/14/2008, Steve Breen wrote:

Thought this worked but duplex is not working.

Steve,

Assuming that your printer supports the DUPLEX feature.
(refer to your printer manual for complete details ...)

For horizontal duplexing, try the following example:

PRINT invoice1 WHERE pon = .vpon +
OPTION PRINTER +
|DUPLEX HORIZONTAL +
|COPIES 2 +
|ORIENTATION PORTRAIT +
|PRINTER_NAME \\rsd01\RICOH Aficio SP 8100DN PCL6

For vertical duplexing, try the following example:

PRINT invoice1 WHERE pon = .vpon +
OPTION PRINTER +
|DUPLEX VERTICAL +
|COPIES 2 +
|ORIENTATION PORTRAIT +
|PRINTER_NAME \\rsd01\RICOH Aficio SP 8100DN PCL6

For more PRINT options with examples:

From The Edge: http://www.razzak.com/fte/
Article: All About PRINT Command in R:BASE 7.6/Turbo V-8 for Windows
Date Posted: December 6, 2007

Very Best R:egards,

Razzak.


Reply via email to