Thought this worked but duplex is not working.
 
Based on the following what would the command look like?
 
DUPLEX This property indicates what type of two-sided printing should occur. 
Not all printers support duplex printing.
Values:
NONE - Duplex printing is disabled.
HORIZONTAL - Duplex printing should be performed across the page, from left to 
right, so the text will read as in a book
VERTICAL - Duplex printing should be performed down the page, from top to 
bottom, so the text will read as in tablet
 
 
?? - |duplex HORIZONTAL
 
?? - |HORIZONTAL
 
Steve

-----Original Message-----
From: [email protected] [mailto:[EMAIL PROTECTED] Behalf Of jan johansen
Sent: Monday, January 14, 2008 7:52 AM
To: RBASE-L Mailing List
Subject: [RBASE-L] - Re: printing issue



Steve,
Try 

PRINT invoice1 WHERE pon = .vpon +
OPTION PRINTER +
  |DUPLEX 
  |COPIES 2 +
  |ORIENTATION PORTRAIT +
  |PRINTER_NAME  <file://%5c%5crsd01%5cricoh/> \\rsd01\RICOH Aficio SP 8100DN 
PCL6
 
Jan 

Reply via email to