PrintOut method

  • Thread starter Thread starter Steve J
  • Start date Start date
S

Steve J

Is it possible to use variables in the PrintOut Method PrintFrom and PrintTo
expressions. I need to send a multi page report to my printer in groups of
three pages so that I can force the printer to staples every three pages.

Cheers

S
 
Hi,
yes, should be no problem, just make a loop and increment start page
variable each time by 3
 
Back
Top