Home RAP

Prevent StylePage from printing on title page only

edited August 2003 in RAP
Hi,

I have a Title band which prints on its own page. I do not want the
StylePage details to print on this page but to print on subsequent detail
pages. No matter what I try, the style page prints on the title page. I
have tried setting Visible of StylePage to false on the beforeprint of
TitlePage and back on after print to no avail. Any ideas on what might
work?

Regards

Alex

Comments

  • edited August 2003
    An easier way would be to use the Report.OnStartPage event to see if you are
    on Page # 1. Check Report.AbsolutePageNo. Set the visibility of the page
    style band in this event.

    Cheers,

    Jim Bennett
    Digital Metaphors


  • edited August 2003
    Ok continuing on from that, it worked fine, however because I can't
    guarantee that the titlepage will only traverse one page, is there a way to
    identify that at the start of the page, the titlepage is still printing ie
    the subreport has not finished printing.

    Thanks

    Alex

  • edited August 2003

    Try checking TitleBand.Overflow.



    --
    Nard Moseley
    Digital Metaphors
    http://www.digital-metaphors.com

    Best regards,

    Nard Moseley
    Digital Metaphors
    www.digital-metaphors.com
This discussion has been closed.