Home Subreports

Page numbering on subreports acting weird

edited April 2004 in Subreports
OK. This is a first. I have a report that is printing page numbers like
this:

1 of 23
1 of 22
1 of 21
1 of 20
etc.

What am I doing wrong? I want the usual 1 of 23, 2 of 23...

I'm flummoxed.

Brian

Comments

  • edited April 2004

    This is not a known issue or one that has been reported before. The PageSet
    numbering requires that the Report.PassSetting be set to psTwoPass. This
    requires that all subreports also be set to two pass.

    The RBuilder\Demos\Report\Demo.dpr contains some examples of using PageSet
    numbering with subreports. For section style subreports see the 'subreports'
    section (dm0051) and for child subreports see the 'master with multiple
    details' section (dm0071)

    Compare the examples to your own report.

    If you would like to create a simple example using standard Delphi
    components, ReportBuilder and DBDemos, please send to
    support@digital-metaphors.com in zip format and we can check it out.

    --
    Nard Moseley
    Digital Metaphors Corporation
    http://www.digital-metaphors.com


    Best regards,

    Nard Moseley
    Digital Metaphors
    www.digital-metaphors.com
  • edited April 2004
    Thank you for your response.

    I have verified that I am doing everything as I ought. It still numbers
    things weirdly. I am going to assume I have some corruption somewhere and
    try rebuilding the report like I did the last one.

This discussion has been closed.