At 09:39 AM 2/8/2005, Sharon Lima wrote:


Razzak,

I still don't have this down.

1) I don't have the option of increasing the screen resolution.

2) At your direction, below is my print command
but the screen-print of the report is still 100%.
I see that there is the option to change it on the screen but
my intension was to make the report the most readable when it
first appears on the screen.


Sharon,

Try try the following test using ConComp CustomerList report:

01. CONNect ConComp

02. Create a test command file, such as ZoomPercentTest.RMD,
    with the following syntax:

    -- ZoomPercentTest.RMD
    CLS
    PRINT CustomerList OPTION SCREEN +
    |ZOOM_TYPE PERCENTAGE  +
    |ZOOMPERCENT 70  +
    |WINDOW_STATE MAXIMIZED
    RETURN

03. RUN ZoomPercentTest.RMD

04. Adjust the zoom percentage value accordingly.

05. If that is too complicated to understand <g>, then try
    the following:

    -- ZoomPageTypeTest.RMD
    CLS
    PRINT CustomerList OPTION SCREEN +
    |ZOOM_TYPE WHOLE_PAGE +
    |WINDOW_STATE MAXIMIZED
    RETURN

06. RUN ZoomPageTypeTest.RMD

That's all there is to it!

Enjoy and make sure to have fun.

Very Best R:egards,

Razzak.



Reply via email to