Hi,

Can someone tell me why the e.HasMorePages = True in the code below don't work
I need to print the word Aetek in a new page.
Code:
Private Sub PrintDocument1_PrintPage...

e.Graphics.DrawString("Makor", DrawFont, DrawBrush, x, y, RTL_Alignment)

        e.HasMorePages = True

e.Graphics.DrawString("Aetek", DrawFont, DrawBrush, x, y, RTL_Alignment)

        e.HasMorePages = False

End Sub
Thanks in advance