Own Progressbar for use with UniGui
mierlp
Netherlands
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
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