Home End User

Blank Page with No Data

edited September 2002 in End User
How do I eliminated blank pages in subreports when there is no data to
print. I tried various settings for NoDataBehaviors and SkipWhenNoRecords in
the OnNoData event but I always get a blank page. Is it possible to do this
in the End User environment? The documentation for NoDataBehaviors seems to
indicate that there really is no "no page" option. Is that true?

Thanks,
Garry

Comments

  • edited September 2002
    If SkipWhenNoRecords is true on the detail datapipeline, then you shouldn't
    get the extra page, because the master record will not print. Are there any
    bands which are empty white space that are printing in your report? Try
    placing colored shapes in the bands that you aren't using and you'll quickly
    see if that is causing a problem. Delete the bands that you aren't using in
    your report. The NoDataBehaviors property should be set to ndBlankPage.


    Cheers,

    Jim Bennett
    Digital Metaphors

This discussion has been closed.