How to Hide "Generating Page" and "Printing Page" Dialog

Hi !

I'm printing my report without dialog, i'm trying to print without any dialog, but some little dialogs still appearing.
One dialog that appears is "Generating Page #" and the other is "Printing Page #" (#=number of the page), of course the dialogs closes automatically in a second but still annoying for my needs !!! [img]style_emoticons/<#EMO_DIR#>/mad.gif" style="vertical-align:middle" emoid=":angry:" border="0" alt="mad.gif" /> ... So plz help me to print without those dialogs too! Thanks ! Friedrich.[/img]

Comments

  • edited 10:31AM
    Replacing the standard progress window
    The progress window is shown during the following actions:
    running a report
    printing
    exporting
    You may turn off the progress by setting the ReportSettings.ShowProgress property of the
    EnvironmentSettings component to false. Besides that, you may replace the standard progress
    window with your own. To do this, use the following events of the EnvironmentSettings
    component (see the "Configuring the FastReport.Net environment" section)

    ...programmer manual page 19...

Leave a Comment