At 09:18 PM 5/22/2005, Bernie Lis wrote:
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?
01. "PAPER_WIDTH" is NOT the same as "PAGE_WIDTH".
02. PAPER_WIDTH is the OPTIONal "parameter" when PRINTing to PRINTER
03. PAGE_WIDTH is the "value" for OPTION ZOOM_TYPE when PRINTing to SCREEN
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
Can you see the difference?
Very Best R:egards,
Razzak.