Results 1 to 1 of 1

Thread: Add Blank Page

Threaded View

  1. #1

    Thread Starter
    New Member
    Join Date
    Jun 2007
    Posts
    1

    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
  •  



Click Here to Expand Forum to Full Width