That's what I needed. Works great. Thank you Maestro.
Dayle Coxen Office of Maintenance (850) 410-5635 -----Original Message----- From: [email protected] [mailto:[email protected]] On Behalf Of A. Razzak Memon Sent: Wednesday, October 21, 2009 9:41 AM To: RBASE-L Mailing List Subject: [RBASE-L] - Re: External Report Output At 09:28 AM 10/21/2009, Coxen, Dayle wrote: >I have tried the OPTION SCREEN|WINDOW_STATE MAXIMIZED. >That results in much smaller font to get the report >in the same small window as the external form. > >Can someone point me to an explanation/solution? >Is there a better method in the new release? Dayle, Update your code that prints the report on SCREEN as follows: -- Example: CLS PRINT reportname WHERE whereclause + OPTION SCREEN|WINDOW_STATE MAXIMIZED + |ZOOM_TYPE PERCENTAGE|ZOOMPERCENT 98 RETURN Have fun! Very Best R:egards, Razzak.

