problem with RB load speed
Hello,
what are methods to reduce RB engine load time from program? Can it be
somehow loaded when program starts and be invisible? Problem is that when
end-user wants to print report, he push the button, then he waits until
report explorer shows (or report) + he waits until i get data for report, so
it take some time.. how to optimize such thing?
Regards,
Simonas
what are methods to reduce RB engine load time from program? Can it be
somehow loaded when program starts and be invisible? Problem is that when
end-user wants to print report, he push the button, then he waits until
report explorer shows (or report) + he waits until i get data for report, so
it take some time.. how to optimize such thing?
Regards,
Simonas
This discussion has been closed.
Comments
1. Open the datasets associated with the report explorer.
2. Initialize the printer driver. There is some additional overhead that
occurs for the very first repoirt that is previewed/printed. You can
manually force RB to initialize the printer. The following will initialize
the default printer:
uses
ppPrintr;
begin
ppPrinter.Initialize;
end;
--
Best regards,
Nard Moseley
Digital Metaphors
www.digital-metaphors.com