At 01:50 PM 4/4/2009, John Engwer wrote:
... I discovered that the printed copy contains all the data. The problem is that It is not displaying properly in the preview.
John, Did you know that you have answered your own question? Did your try to increase the "Zoom Percentage" to view the entire report? While PRINTing the report using OPTION SCREEN, you may need to adjust the default Zoom Percent to display the entire report. -- Example 01: CONNECT RRRBYW15 PRINT Invoice WHERE TransID = 1002 + OPTION SCREEN|WINDOW_STATE MAXIMIZED + |ZOOM_TYPE PERCENTAGE|ZOOMPERCENT 90 -- Example 02: CONNECT RRRBYW15 PRINT Invoice WHERE TransID = 1002 + OPTION SCREEN|WINDOW_STATE MAXIMIZED + |ZOOM_TYPE PERCENTAGE|ZOOMPERCENT 100 -- Example 03: CONNECT RRRBYW15 PRINT Invoice WHERE TransID = 1002 + OPTION SCREEN|WINDOW_STATE MAXIMIZED + |ZOOM_TYPE PERCENTAGE|ZOOMPERCENT 120 Hope that helps! Very Best R:egards, Razzak.

