Disable message processing during print
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
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
This discussion has been closed.
Comments
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