GerryM
04-21-2010, 05:01 PM
I have an unusual problem with printing tables using window.print from an .asp page.. The printer works fine otherwise. Let me describe the Table Printing Problem in more detail:
Assume I have a table of 156 rows and 2 columns. Using 7 pt font size a page header + a table header + 55 rows are printed (correctly) on the 1st page, a page header + 63 rows are printed (correctly) on the second page, and a page header + 38 rows are printed on the 3rd page except that the entry for the cell in row 1, column 1 (row 119 of the original table) is not printed; all other cellls are printed correctly.
If I increase the font size then only 38 rows of the table are printed on the first page but the entry in row 1, column 1 of the 2nd page (row 39 of the original table) is not printed, and incidentally the row 1, column 1 entries of pages 3 and 4 are also not printed, while all other table entries are printed ok. This pretty much proves to me that it is not some peculiar contents in a specific table cell.
The behavior is not consistent. In other tests, the entry in row 1, column 1 of page 2 is not printed; or the entries in row 1, column 1 of pages 2 and 3 are not printed. But in all cases, the remaining entries on those pages are printed ok.
I'm using Windows XP Professional SP3, an HP5510 printer, and have reinstalled the most recent printer driver from HP.
What may be the problem?
GerryM
Assume I have a table of 156 rows and 2 columns. Using 7 pt font size a page header + a table header + 55 rows are printed (correctly) on the 1st page, a page header + 63 rows are printed (correctly) on the second page, and a page header + 38 rows are printed on the 3rd page except that the entry for the cell in row 1, column 1 (row 119 of the original table) is not printed; all other cellls are printed correctly.
If I increase the font size then only 38 rows of the table are printed on the first page but the entry in row 1, column 1 of the 2nd page (row 39 of the original table) is not printed, and incidentally the row 1, column 1 entries of pages 3 and 4 are also not printed, while all other table entries are printed ok. This pretty much proves to me that it is not some peculiar contents in a specific table cell.
The behavior is not consistent. In other tests, the entry in row 1, column 1 of page 2 is not printed; or the entries in row 1, column 1 of pages 2 and 3 are not printed. But in all cases, the remaining entries on those pages are printed ok.
I'm using Windows XP Professional SP3, an HP5510 printer, and have reinstalled the most recent printer driver from HP.
What may be the problem?
GerryM