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:20AM
    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:20AM
    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:20AM
    ok i get it.. i put
    wrote:
    begin
      Newpage;
    end

    onBeforePrint event of the report summary

    thanks alot

Leave a Comment

Rich Text Editor. To edit a paragraph's style, hit tab to get to the paragraph menu. From there you will be able to pick one style. Nothing defaults to paragraph. An inline formatting menu will show up when you select text. Hit tab to get into that menu. Some elements, such as rich link embeds, images, loading indicators, and error messages may get inserted into the editor. You may navigate to these using the arrow keys inside of the editor and delete them with the delete or backspace key.