TApplicationEvents.OnMessage was hijacked by FastReport designer
Ignore this message. It is my mistake.
I am using FastReport VCL 6.4 on Delphi 10.3.1 (Rio).
I have an event handler set to TApplicationEvents.OnMessage. The event handler works fine all the while.
Once I open the FastReport designer in modal form:
frxReport1.DesignReport(True);
and return back to my application, The TApplicationEvents.OnMessage no longer works.
I suspect FastReport capture the event handler and never return back
I am using FastReport VCL 6.4 on Delphi 10.3.1 (Rio).
I have an event handler set to TApplicationEvents.OnMessage. The event handler works fine all the while.
Once I open the FastReport designer in modal form:
frxReport1.DesignReport(True);
and return back to my application, The TApplicationEvents.OnMessage no longer works.
I suspect FastReport capture the event handler and never return back