Monday, August 15, 2005

Tip of the Day: Using the Zoom Level Percent for PRINT option
Supported Versions: RBG7, RBG75 and RBG8 (V-8 "Turbo")

If you need to PRINT any report/label on SCREEN with a pre-defined
Zoom Level, such as ZOOMPERCENT 55, you will need to precede the
option with ZOOM_TYPE PERCENTAGE.

Example:

PRINT reportname WHERE whereclause ORDER BY orderbyclause +
OPTION SCREEN +
|WINDOW_STATE MAXIMIZED +
|ZOOM_TYPE PERCENTAGE +
|ZOOMPERCENT 55

Have fun!

Very Best R:egards,

Razzak.

Reply via email to