Resize Preview form
Hi All,
I have a form with an frxPreview component on it.
Everything is fine until I want to resize the form.
Then frxPreview goes blanc and a repaint does not help.
Any ideas?
Hi All,
I have a form with an frxPreview component on it.
Everything is fine until I want to resize the form.
Then frxPreview goes blanc and a repaint does not help.
Any ideas?
Comments
Modify test project from attach to show your behavior and send it to support@fast-report.com
The problem is more like this:
My Report is shown correctly, but when I resize the form, the report is empty.
Try to resize the Report when resizing the form, this will show you an empty Report on screen.
Problem has been solved. I had a repeated frxReport.Preview := frxPreview;
I thing this was causing the problem.