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

StartPage

edited September 2005 in General
I want to start my report from the second page, but I'm getting access
violation. Here's my code:


ppReport1.PageStyle.StartPage := 2;
ppReport1.Print;

Does anyone knows what is wrong ? Sorry for the English but I need some help
!!

Comments

  • edited September 2005
    Hi Felipe,

    The PageStyle is used primarily for watermarks and form lines that need to
    print on every page of a report. See the TppPageStyle topic in the
    ReportBuilder help file for more information.

    If you would like to only print certain pages, take a look at Demo 124
    (dm0124.pas) in the main report demo located in the \RBuilder\Demos\1.
    Reports\... directory. This shows how to create a page list and send that
    to your printer device.

    --
    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.