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.


Reply via email to