preview
In a MDI application, I need to set PreviewOptions.MDIchild:= true and PreviewOptions.Modal :=false in a child report form.
The click event of Button1 on the child report form will fire frxReport1.Showreport.
So, click Button1 and preview window show without any problem.
When I close the child report form, related preview window is also closed.
However, click Button1 twice, and close child report form, the preview window still exist on screen.
Is it by design or a bug?
A demo project is attached.
I am using Delphi XE professional with Fast Report version 4.15
Regards.
Norman.
The click event of Button1 on the child report form will fire frxReport1.Showreport.
So, click Button1 and preview window show without any problem.
When I close the child report form, related preview window is also closed.
However, click Button1 twice, and close child report form, the preview window still exist on screen.
Is it by design or a bug?
A demo project is attached.
I am using Delphi XE professional with Fast Report version 4.15
Regards.
Norman.
Comments