ScottMattes
Member³
I have had to print some queries lately and notice that lines are being dropped between pages. I can even recreate it at will.
Run this query
select rownum
from all_objects;
copy the first 200 rows of the result into the clipboard and paste it into a new SQL Window, then print it. I lost 1 line between each page.
I have these print options set
General
show print dialog
print line numbers
wrap lines while printing
print sql text in sql window
Grid
print lines
inverted heading
Header
caption
date
Footer
page numbers
If I change the window to a Command Window the same thing happens
Run this query
select rownum
from all_objects;
copy the first 200 rows of the result into the clipboard and paste it into a new SQL Window, then print it. I lost 1 line between each page.
I have these print options set
General
show print dialog
print line numbers
wrap lines while printing
print sql text in sql window
Grid
print lines
inverted heading
Header
caption
date
Footer
page numbers
If I change the window to a Command Window the same thing happens