How to create a report with deffrent layout

HELLO,

I ENCOUNTER SUCH A PROBLEM, THAT IS I WILL DISPLAY 5 LINES AT FIRST PAGE, AND 7 LINES FOR OTHER PAGES, HOW CAN I RESOLVE IT?

MY FR'S VERSION: V2.5X

REGARDS

Comments

  • gordkgordk St.Catherines On. Canada.
    edited 11:17PM
    More info needed
    what band are you working with master ,detail?
    what is datasource for band, frdbdataset, fruserdataset, virtual recNo?
    ;)
  • edited 11:17PM
    Hello, Gordk

    Just two datasources: Master and Detail.

    Bands:

    Report Title

    Detail Header

    Detail Band(Detail DataSource)(5 line for 1st Page, 7 Lines For Others)

    Detail Summary

    Page Footer

    Regards

    Michael
  • gordkgordk St.Catherines On. Canada.
    edited 11:17PM
    With out knowing more about your report here is what i would try.

    control the visibility of the detail band based on page# and line# in the detailbands obp event
    if [page#] < 2 then
    visible := [[line#] < 6] else visible := true;






  • edited 11:17PM
    THANKS, IT WORKS.

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.