Page 1 of 1

Insert blank page if order ends on odd page

Posted: Tue Apr 04, 2023 1:26 pm
by gang.xu@attocube.com
Hello,

I want to insert a blank page if order items end on odd page, because we print on both sites of a paper and every order should be separately sorted.

I use databand to generate order with its items, every order begins with new page, and ends with page number in footerband. I also reset page number for each order. All thats working fine.

But if I try to add blank page if order ends on odd page, it fails. I tried to use the parameter TotalPageCount mod 2 in footerband, but for the expression TotalPageCount mod 2 I can only get the totel page number.

How can I add blank page in this case?

Thanks a lot for your help in advance!

Best regards,
Gang

Re: Insert blank page if order ends on odd page

Posted: Wed Apr 05, 2023 7:12 pm
by Lech Kulikowski
Hello,

Please try to set the NumberOfPass=DoublePass for the report.
If the issue is still present, please send us a sample report for analysis.

Thank you.

Re: Insert blank page if order ends on odd page

Posted: Mon Apr 17, 2023 1:47 pm
by gang.xu@attocube.com
Hello,

thanks for your anwser. Could you tell me please, where can I find the parameter NumberOfPass? In PageFooterBand, DataBand or somewhere else?

Best regards,
Gang Xu

Re: Insert blank page if order ends on odd page

Posted: Tue Apr 18, 2023 8:34 am
by Lech Kulikowski
Hello Gang Xu,

The property of the report.

Thank you.