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

Multiple TppGroupStyle on same report

edited July 2004 in General
Hi,

I have some report where first page consists of alot of header info some
footer info and data from the first 10 rows of my report query, second pages
consists of totaly different header/footer info and the rest of the rows of
my report query. My first thought was to make a fake subreport with a
different Tppgroupstyle band an assign it to my main report Tppgroupstyle
band from page 2 on but Tppgroupstyle is read-only. It's a complicated
report so putting both Tppgroupstyle layouts (full A4) on my Main Report is
almost impossible.
Any suggestions how to get this done?

Greetings,
Filip Moons

Comments

  • edited July 2004
    Hi Filip,

    I'm unsure what you mean by the "TppGroupStyle" band. There is a
    TppPageStyle band that prints behind the main report on each page, but it
    will print the same information for each page unless you change it on the
    fly. Other than that there are the TppGroupHeader and TppGroupFooter band
    which can definitely be changed at run time and will print at the beginning
    and end of each group in your report. If you need to keep track of two Page
    Styles, you could possible place two TppSubreports inside the pagestyle band
    and toggle the visibility of each one as they are needed.

    --
    Best Regards,

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