Yes thanks, I understand it now.
But look below at what the help shows:

    PRINTING TO PRINTER WITH PARAMETERS



    PRINT reportname WHERE whereclause ORDER BY orderbyclause +

    OPTION PRINTER +

    |TRAY <value> +

    |COLLATION <value> +

    |COPIES <value> +

    |DOCUMENT_NAME <value> +

    |DUPLEX <value> +

    |ORIENTATION <value> +

    |PAPER_NAME <value> +

    |PAPER_WIDTH <value> +

    |PAPER_HEIGHT <value> +

    |PRINTER_NAME <value> +

    |SHOW_CANCEL_DIALOG <value>

     Notice the |paper_width <value>
     What is that supposed to do?

     Bernie Lis




----- Original Message ----- From: "A. Razzak Memon" <[EMAIL PROTECTED]>
To: "RBG7-L Mailing List" <[email protected]>
Sent: Sunday, May 22, 2005 5:41 PM
Subject: [RBG7-L] - RE: Print to screen -- Page width


At 05:19 PM 5/22/2005, Bernie Lis wrote:

I'll be darned, page_width without the value works. So the help is
misleading.  If you add in a value it does not work.



PAGE_WIDTH is the value for OPTION ZOOM_TYPE.

At the R> prompt, type:

HELP PRINT

You may also find more examples and templates in R:Docs:

Here's how:

01. Start R:Docs

02. Main Menu | Build Syntax for PRINT Command

    Select SCREEN

    Notice the following examples:

    ZOOM_TYPE <value>

    values:

    PAGE_WIDTH
    WHOLE_PAGE
    100_PERCENT

    Example 01:
PRINT reportname WHERE ... ORDER BY ... OPTION SCREEN|ZOOM_TYPE PAGE_WIDTH

    Example 02:
PRINT reportname WHERE ... ORDER BY ... OPTION SCREEN|ZOOM_TYPE WHOLE_PAGE

    Example 03:
PRINT reportname WHERE ... ORDER BY ... OPTION SCREEN|ZOOM_TYPE 100_PERCENT

Very Best R:egards,

Razzak.



Reply via email to