Hi!
I want to print doublesided on paper with our company-logo on the frontside but not on the back. so i have to make every groups pagecount even, so the first side of every new group is always on the frontside of my paper.
to accomplish that i had the idea to place an empty additional group1-footer which is suppressed by the following formula:
iif(next({group1keyfield})<>{group1keyfield} and (PageNumber/2)=round(pagenumber/2),false,true)
this wont work, since i reset the pagecounter on the last page of a group (in the footer before the even-maker).
furthermore i have a pageheader, which is only printed on pages 2 ff. of each group1. but i dont want it to be printed on the blank last page created by my even-maker.
last problem is that i still want to print "page n of m" on each real page, but i don't want the last (blank) page to be counted because its empty.
i guess i am thinking far to complicated but i am pulling out my hair on this one.
please save me ...
example-output:
first group has 3 pages. output should be:
page 1: ph1, gh1, page 1 of 3
page 2: ph2, page 2 of 3
page 3: ph2, gf1a, gf1b, gf1c, page 3 of 3
page 4: empty page added by gf4, reset page count
second group has 2 pages:
page 1: ph1, gh1, page 1 of 2
page 2: ph2, gf1a, gf1b, gf1c, page 2 of 2, reset pagecount
third group has 3 pages. output should be:
page 1: ph1, gh1, page 1 of 3
page 2: ph2, page 2 of 3
page 3: ph2, gf1a, gf1b, gf1c, page 3 of 3
page 4: empty page added by gf4, reset page count
I want to print doublesided on paper with our company-logo on the frontside but not on the back. so i have to make every groups pagecount even, so the first side of every new group is always on the frontside of my paper.
to accomplish that i had the idea to place an empty additional group1-footer which is suppressed by the following formula:
iif(next({group1keyfield})<>{group1keyfield} and (PageNumber/2)=round(pagenumber/2),false,true)
this wont work, since i reset the pagecounter on the last page of a group (in the footer before the even-maker).
furthermore i have a pageheader, which is only printed on pages 2 ff. of each group1. but i dont want it to be printed on the blank last page created by my even-maker.
last problem is that i still want to print "page n of m" on each real page, but i don't want the last (blank) page to be counted because its empty.
i guess i am thinking far to complicated but i am pulling out my hair on this one.
please save me ...
example-output:
first group has 3 pages. output should be:
page 1: ph1, gh1, page 1 of 3
page 2: ph2, page 2 of 3
page 3: ph2, gf1a, gf1b, gf1c, page 3 of 3
page 4: empty page added by gf4, reset page count
second group has 2 pages:
page 1: ph1, gh1, page 1 of 2
page 2: ph2, gf1a, gf1b, gf1c, page 2 of 2, reset pagecount
third group has 3 pages. output should be:
page 1: ph1, gh1, page 1 of 3
page 2: ph2, page 2 of 3
page 3: ph2, gf1a, gf1b, gf1c, page 3 of 3
page 4: empty page added by gf4, reset page count