Repeated Group to Page End.Pls Help!!!

Hi.
First sorry for my bad English.
I made a report.
My report page is 2 column and groupped by CustomerCity.
I used Column Header, Group Header and Master Data.
Group header StartNewPage and ResetPage Number property is True.
(Because I want to start new group in new page and Page numbers must be like group page numbers)

My Report Page's Design Pic.:
01.jpg 63.2K
02.jpg 62.4K
03.jpg 71.2K

Comments

  • gordkgordk St.Catherines On. Canada.
    edited 12:34AM
    1 add a group footer could be 0 height you need this for it's obp event.
    2 add a unattached child band size it the same as the master band and duplicate the objects(empty) of the master in it.
    3 write code in obp event of groupfooter to check freespace and show the child band using engine.showband method.
    ie
    while engine.freespace > masterdata1.height + any otherband height then engine.showband(Child1);
  • edited November 2010
    Thanks for helps gordk.
    Good solution and good idea.
    But I have a problem again.

    If There is 2 column in result report page result pic ( No problem):
    04.jpg 82.6K
    05.jpg 53.3K
    06.jpg 77.6K
  • edited 12:34AM
    Pls help:((
  • edited 12:34AM
    Pls help gordk:((
  • gordkgordk St.Catherines On. Canada.
    edited 12:34AM
    Don't keep posting asking, when i have time i will get to you.
    seems like you will always have 8 records.

    in the event where you check the free space check the line# variable and write code to set the number of times to repeat the child and when to shift the engines curx cury props.
    read the users manual on using the engine object.


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.