Two sided report

  • Thread starter Thread starter ssutton503
  • Start date Start date
S

ssutton503

I would like to print a two sided report but have run into a problem.
Basically, this is a job ticket with production instructions on one side and
billing information on the other. The instructions are pulled from the
database and the billing side is completely static. I created a report and I
have it printing two sided. But.... I can't make the report as big as I need
it to be. The tickets we use are 13" in height but my report seems to be
limited to being 22". I need it to go to 26" but I can't figure out how to
make it do that. Or, if anyone has an alternative solution I would love to
hear it.

Thanks,
Steven
 
ssutton503 said:
I would like to print a two sided report but have run into a problem.
Basically, this is a job ticket with production instructions on one side and
billing information on the other. The instructions are pulled from the
database and the billing side is completely static. I created a report and I
have it printing two sided. But.... I can't make the report as big as I need
it to be. The tickets we use are 13" in height but my report seems to be
limited to being 22". I need it to go to 26" but I can't figure out how to
make it do that. Or, if anyone has an alternative solution I would love to
hear it.


A report section is limited to 22". The total of all report
sections can be as big as 200".

If you can not make some of the controls shorter and use
CanGrow to do what you need, then put a page worth of stuff
in the report header and/or footer.

If you have multiple jobs in the report, create a group on
the job ticket ID field. You can then use the group header
and/or footer sections for some of the stuff.
 
Back
Top