Multiple pages in print preview dialog but only one page prints

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

I am using a print preview dialog in my program and when there are multiple
pages and you press the print button it only prints one page. How can I get
it to print all pages when you press the print button?

Thanks in advance.
 
Playa,

I think that everybody with this information will answer.

Put it in a for index loop. Something as

For i = 1 to PagesToPrint
'print page
Next for

Be aware that this is direct typed in the message and that there can be
typos

Cor
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top