Printing pages
I have a situation where if I read 1 record I need to print upwards of 100 lines of text. Is there a way to fire off a new page without having to set the hasmorepages and exit the print page subroutine.
In vb6 one could use the command (newpage) to accomplish this.
|