Thanks Razzak for your reply
Yes I have changed the screen resolution and the report is viewd from my
application
In my application I give the user the option to print or view.
It starts of with the report displaying okay but as I start to page down
through the report it suddenly goes to a blank, its like a buffer is
filling up and does not clear. If I exit
to the R> come back to view the report from the R> prompt I still have
a blank screen.
If I exit R:Base and go to the desktop and go back into r:base and print
the report at the R:prompt I still have a blank screen.
If I re-boot the computer and load the report up again its fine for a
few pages then the screen goes blank. It prints everything okay. It
seems like some buffer set is not clearing.
Victor
G'day Victor,
A few questions:
01. Is this the first time you are experiencing the display issue?
02. Have you changed the screen resolution, etc.?
03. How about changing the font and height a little bit?
04. Are you printing the report via Object Manager, at the R>
prompt or in a command file?
Try the following at the R> prompt:
MAXIMIZE
CLS
CLEAR ALL VAR NOW
-- Define any global variabe(s) if required
PRINT ReportName WHERE ... ORDER BY ...
Very Best R:egards,
Razzak.