Every other print page is spurious

F

Frank Natoli

Created report. Added group header row, including a summation of row
items in group. All OK except a spurious page is inserted after each
good report page. Page numbering is correct, i.e., the "real" pages
indicate "1 of N", "2 of N", etc. The spurious page is almost
completely blank,except for two black pixels in the upper left corner,
one above the other. Can't eliminate these spurious pages. What is
causing them? Thanks.
 
K

Ken Sheridan

Sounds like you might have something on your report which is extending beyond
the printable page width. Do you have two horizontal lines across the top of
the page, for instance? If so the two black pixels could be the ends of
them, in which case reducing the length of the lines and the width of the
report's design area should solve the problem. Alternatively decreasing the
size of the right margin of the report in page setup should cure it.
 
V

Van T. Dinh

It is likely that the sum of the Report width and the margin widths is
slightly more than the paper width.

Try changing the Report width / Left margin / Right margin so that the sum
is slightly less than the printer paper width.
 
Top