You can get the tray info by typing at the R>
 
prnsetup trays
 
Dan Goldberg
 

  _____  

From: [email protected] [mailto:[email protected]] On Behalf Of
[email protected]
Sent: Wednesday, January 28, 2009 2:43 PM
To: RBASE-L Mailing List
Subject: [RBASE-L] - Re: PRINT OPTION TRAY ?


I could be wrong, but I think you have to preface it with the word "tray",
such as:

PRINT Certificate +
WHERE Holder = .vHolder +
OPTION PRINTER +
   |SHOW_CANCEL_DIALOG OFF +
   |TRAY TRAY 3

Karen



So, I'm struggling to figure out why I cannot get a report to print to a
manual feed tray.

This is what I have at the moment...

PRINT Certificate +
  WHERE Holder = .vHolder +
  OPTION PRINTER +
    |SHOW_CANCEL_DIALOG OFF +
    |TRAY 3


Reply via email to