Own Progressbar for use with UniGui

mierlpmierlp Netherlands
edited 6:41AM in FastReport VCL 5
Hi,

I use Delphi and the UniGui components to build web applicatoin. For reporting
i use FastReport (which works in combination with UniGui)

Now i have to print/export a report with 2500 pages. Because uniGui doesn't support
visual componentens i have to set some settings like ShowDialog or ShowProgress to FALSE.

Which event can i use to show a progressbar when exporting or printing the report.

I know how much records will be printend because before start printing i do
a myTable.RecordCount.

Regards Peter

Comments

  • gpigpi
    edited 6:41AM
    Try to use TfrxReport.OnProgress, OnStartProgress, OnStopProgress events

Leave a Comment