Choosing different paper tray for each page of report

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

Guest

I have a report that will need the first page to print on one page and the
second page to print on a different page. Due to the size of the report and
the frequency of printing, it is not ppossible to pre-collate the sheets.
Can the program be coded to automatically choose the correct trays for each
page?
 
Kasha:

There's no way to do this if say you have a bunch of reports to print and
they spool one after another from the same report document (i.e. the pages
repeat and you have to do something like tray 1, tray 2, tray 1, tray 2 etc.
repeating each for say a series of customers in one batch) This is because
there's no way within the report to determine what tray the report prints to
by page of output.

The only way you can effectively do this is to do it one output at a time,
tray 1 for x number pre-determined pages and then tray to for y to the end
of the report. Our On the Fly Printing code can handle this type of
situation. You'll find it in the developer tools area of our web.
 

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