Home End User
New Blog Posts: Merging Reports - Part 1 and Part 2

problem with RB load speed

edited October 2004 in End User
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

Comments

  • edited October 2004

    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
This discussion has been closed.