G
Guest
Hello,
I'm trying to print more than one page using the PrintDocument object.
I set "e.HasMorePages = True" after completeing the first page in the
"PrintDocument1_PrintPage" subroutine, and then "exit sub". When
"PrintDocument1_PrintPage" is called for the second page, it skips to the
code to print the second page and then returns, setting "e.HasMorePages =
False".
Everything seems to work however, when I look at my printout the second page
overwrites the first page. How do I keep the second page from overwriting
the first page?
I'm trying to print more than one page using the PrintDocument object.
I set "e.HasMorePages = True" after completeing the first page in the
"PrintDocument1_PrintPage" subroutine, and then "exit sub". When
"PrintDocument1_PrintPage" is called for the second page, it skips to the
code to print the second page and then returns, setting "e.HasMorePages =
False".
Everything seems to work however, when I look at my printout the second page
overwrites the first page. How do I keep the second page from overwriting
the first page?