Hi everybody.
I'm working in a report that shows a payroll receipt that looks like this
********************COMPANY NAME*******************
-----------------------------------------------------------------------|
001-salary 100 |002-Social Security 50 |
002-perception 150 |005-Deductions 20 |
-----------------------------------------------------------------------|
Perception=250 Deduction=70
-----------------------------------------------------------------------|
GranTotal=$ 180 MXN
But by requirement this report should be printed twice in the same page, that is a simple letter-size page, like this:
********************COMPANY NAME*******************
-----------------------------------------------------------------------|
001-salary 100 |002-Social Security 50 |
002-perception 150 |005-Deductions 20 |
-----------------------------------------------------------------------|
Perception=250 Deduction=70
-----------------------------------------------------------------------|
GranTotal=$ 180 MXN
********************COMPANY NAME*******************
-----------------------------------------------------------------------|
001-salary 100 |002-Social Security 50 |
002-perception 150 |005-Deductions 20 |
-----------------------------------------------------------------------|
Perception=250 Deduction=70
-----------------------------------------------------------------------|
GranTotal=$ 180 MXN
I tried making a double detail band, but when I print it I can see that the page increace a lot of times.
So, How Could I Try to print it in the same page?
regards.