Hi,
Is there any way we can maintain the page number sequence when we print data using mulpile PRINT statements to a single printer.
current senario that i am getting:
This is title 1 page 1
A/c balance
1111111 10.00
1231234 11.00
This is title 2 page 1
A/c Name
1111111 Binu
1231234 Joy
expected senario:
This is title 1 page 1
A/c balance
1111111 10.00
1231234 11.00
This is title 2 page 2
A/c Name
1111111 Binu
1231234 Joy
Thanks,
Binu