How to create a report with deffrent layout

I have one question as that:

1) First, I should display 5 rows of MasterBand's Value in the first Page, and 7 rows after first page.

2)if I use TfrCompositeReport, 'cause the component should combind two or more reports together, and results several Datasets in deffrent reports, but I need ONLY ONE dataset.

How to resolve this porblem?

Help me.

Comments

  • edited 3:04AM
    1) use script, masterdata.OnBeforePrint:
    if <Line#> = 6 then Engine.NewPage;
    2) sorry, I don't understand what you mean.
  • edited 3:04AM
    Hello, AlexTZ

    I try it and it works well. But how can I do in fr2.5x?

    Regards

    Michael

Leave a Comment