|
-
Jun 26th, 2007, 02:58 AM
#1
Thread Starter
New Member
Add Blank Page
Hi,
my question is following:
i want to add a new page every time a group has odd page number.
This way i can print the report on a printer that has the capability to print on 2 sides.
for example if a group has 3 pages then i want to add a blank page after the last page on the group.
i have tried with new page after after the group footer with the following formula:
if pagenumber mod 2 = 0 then
false
else
true
has anyone an idea???
thanks
Last edited by mantzas; Jun 26th, 2007 at 02:59 AM.
Reason: typing error
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|