At 06:19 PM 4/28/2011, Dick Fey wrote:
In a couple of places we print to things other than the
printer, and do not want the print popup to appear on
the screen.
Is there a command to suppress this?
Dick,
Use the "SHOW_CANCEL_DIALOG OFF" to achieve your goal.
Here's how:
-- Start here ...
CONNECT RRBYW17
PRINT InvoiceSummary +
OPTION PDF +
|FILENAME InvoiceSummary.pdf +
|SHOW_CANCEL_DIALOG OFF +
|TITLE Running R:BASE Your Way! +
|SUBJECT Invoice Summary +
|AUTHOR R:BASE eXtreme 9.1 +
|KEYWORDS R:BASE eXtreme 9.1 +
|OPEN ON
RETURN
-- End here ...
That's all there is to it!
For more details and OPTIONs, type the following at
the R> prompt:
HELP PRINT
Very Best R:egards,
Razzak.