Home General
New Blog Posts: Merging Reports - Part 1 and Part 2

Group.newpage is not honoured

edited July 2004 in General
Using rb6.03 and D5E
generating a report by code...

ppGroup1 := TppGroup(ppComponentCreate(ppReport1, TppGroup));
ppGroup1.report := ppReport1;
ppGroup1.BreakName := NameText;
ppGroup1.NewPage := true;

I find the Newpage is not honoured the first time the report is previewed.
The second and subsequent times the new page takes place.
Using group headers does not change the results.

Any clues?

Ian

Comments

  • edited July 2004
    Hi Ian,

    As a test, try downloading a trial copy of ReportBuilder 7.04 for Delphi 5
    and test with that. If this doesn not fix the issue, please send a small
    example to support@digital-metaphors.com and I'll take a look at it for you.

    --
    Thanks for supporting ReportBuilder! Please vote for ReportBuilder in the
    Delphi Informant Readers Choice awards!

    http://www.delphizine.com/ballot2004/

    Best Regards,

    Nico Cizik
    Digital Metaphors
    http://www.digital-metaphors.com
  • edited July 2004
    Unfortunately this is probably not a trivial exercise as I have several
    components in the application that inherit RB components.
    At this time I am not too keen to go through that, and also why I have not
    moved to 7 already. After several years of development and beta testing the
    app is getting close to first release. This would be another complication.

    Thanks for a great product.
    Ian


This discussion has been closed.