At 11:15 AM 11/29/2003 +1000, Victor Leach wrote:
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.
G'day Victor,
Look like a buffer overflow.
Hmmmm ....
Have you tried to print the same big report in 7.0?
If you or your colleagues would like to try it, let me know and we'll send you the "Evaluation Copy".
Very Best R:egards,
Razzak.
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.

