Home General
New Blog Posts: Merging Reports - Part 1 and Part 2

Start number page from

edited June 2005 in General
Hi all!
there is a way to starting the counter pages from a custom number?

Thanks
Seek

Comments

  • edited June 2005
    Hi Seek,

    Unfortunately there is no way to set the initial value of a
    TppSystemVariable. You could however use a TppLabel or TppVariable instead
    and set it's value with respect to the current page number. For instance...

    ppVariable1.Value := ppReport1.AbsolutePageNo + 3;

    --
    Regards,

    Nico Cizik
    Digital Metaphors
    http://www.digital-metaphors.com

    Best Regards,

    Nico Cizik
    Digital Metaphors
    http://www.digital-metaphors.com
This discussion has been closed.