Home General

Disable message processing during print

edited September 2011 in General
Delphi 7 and RB 11
Is there a simple way to stop RB from calling Application.ProcessMessages
during print?

The fact that Delphi are processing message queue during
TReportBuilder.print is causing some hard to find bugs in our application.
The solution seems to be to stop message processing during report print.

Regards
Bob

Comments

  • edited September 2011
    For future posts, please post using your full name. :)

    You can set Report.EnableProcessMessages to False. This is usually only
    necessary if you are executing the report in a thread.



    -
    Nard Moseley
    Digital Metaphors
    www.digital-metaphors.com

    Best regards,

    Nard Moseley
    Digital Metaphors
    www.digital-metaphors.com
This discussion has been closed.