Razzak, I discovered why the percent did not change, I left out the |ZOOM_TYPE PERCENTAGE. After I fixed that problem, I changed the percent from 60 to 120 and it still clips some of the text (on the screen). John
-----Original Message----- From: [email protected] [mailto:[email protected]] On Behalf Of A. Razzak Memon Sent: Saturday, April 04, 2009 3:20 PM To: RBASE-L Mailing List Subject: [RBASE-L] - Re: Printing Rich Text 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.

