Report summary band

i would like to put it only on last page but alone..
hi set the force new page but nothing change..
i have:
wrote:
page header
report title (i want it on first page)
group header
group header
master data
group footer
group footer
report summary (i want it on last page (and alone))
page footer

please help
thanks

Comments

  • gordkgordk St.Catherines On. Canada.
    edited 8:14PM
    Hi
    if you want reporttitle after page header us a child band set pgheader child prop to the child. in obp event of page header write code to control visibility of child band
    if [Page#] = 1 then childname.visible := true else childname.visible := false;
    Your summary band can be placed on a separate design page or forced by using code or setting newpage property.
    regards ;)
  • edited 8:14PM
    OK,
    for the report summary, if a place it on a new page design.. I get error "access violation.. "
    and set his "force new page" that doesnt work ;)

    i did not know what code using.. i haven't practice for design report with FR
    how i could force created a new page a place it on.. i dont know.. ;)

    thanks for your help.. ;)
  • edited 8:14PM
    ok i get it.. i put
    wrote:
    begin
      Newpage;
    end

    onBeforePrint event of the report summary

    thanks alot

Leave a Comment