At 04:27 PM 2/29/2008, Bob Thompson wrote:
I have an app where the user frequently prints a report to the screen
for review. I print it in MDI mode which works great, they can look at
multiple reports at the same time.
However, I would like to presize the screen report. Currently I know
of options to print MAXIMIZED,MINIMIZED and NORMAL. But I would like
to specify the window size if possible. To be specific, I would like
the report to display on the screen X width and X height. (Not location
but size)
Bob,
Here's your tip of the day!
Did you know that you can use the OPTION SCREEN|WIDTH nnn|HEIGHT nnn +
|TOP nn|LEFT nn to achieve you goal?
Here's how:
01. Start R:BASE 7.6, R:BASE (C/S:I) 7.6 or Turbo V-8 for Windows
02. CONNECT RRBYW14
03. PRINT CustomerList OPTION SCREEN|WIDTH 450|HEIGHT 350|TOP 20|LEFT 30
And that's all there is to it!
You may change the screen X Width and X Height as you wish.
Very Best R:egards,
Razzak.