Help to do these report

Hello everybody,

I have the report, of the schema:

.GroupHeader
...MasterData
.GroupFooter
...Child (of GroupFooter)
.PageFooter

Group is marked to start a new page every group.

My problem is:

1- PageFooter, can only print if the "group" has more than 1 page.. more especific... PageFooter can't print in last page os Group.
2- The GroupFooter, in last page, it's necessary to complete all blank space in page... like this:
GroupFooter.Height := Page.Height - MasterData.Height - Child.Height; (not work this code, for example only)

How I do these?

Best Regards.


Comments

  • gordkgordk St.Catherines On. Canada.
    edited 8:26AM
    don't try to modify design height of a band.
    use a duplicate empty objects in anunattached child band and control it's appearance using the engine opject and the show band method.
    ie
    while engine .freespace > somevalue do
    begin
    engine.showband(bandname);
    end;
  • Please, sorry, my english is very poor...

    I don't understand.. can you make a sample for these and send to me?

    Regards,

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.