Page 1 of 1

Page Number resequencing for multiple printers.

PostPosted: Fri Jun 11, 2010 2:23 pm
by binuk20
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

Re: Page Number resequencing for multiple printers.

PostPosted: Fri Jun 11, 2010 11:24 pm
by dick scherrer
Hello and welcome to the forum,

From the very little info posted, i suspect the code may have to manage the page number rather than using the generated page count. . .

I have no idea what the reference to "multiple printers" indicates. . . :?

Re: Page Number resequencing for multiple printers.

PostPosted: Mon Jun 14, 2010 12:40 pm
by binuk20
Hi Scherrer,
Please let me know how to manipulate the page number count in easytrieve program.


Thanks and Regards,
Binu K V

Re: Page Number resequencing for multiple printers.

PostPosted: Mon Jun 14, 2010 11:39 pm
by dick scherrer
Hello,

You would have to define your own output, format it and manage the page numbers in the code.

Probably not something you really want to do. . .

Sounds like eliminating the page number might be an option.