TfrxPreview: Access violation when assignin preview property
I have 5 reports which working pretty nice.
They are using uses default preview or direct printing, depending on one variable.
Thats fine.
Now I would like to show a thumbnail preview for each type. So the user should easily see he selected the right one.
I put one TfrxPreview on a form (called M2000).
As soon as I set Preview property of my report to my preview I get an access violation.
Any ideas?
I use Delphi 2010 with FR 4.13.3 Trial
They are using uses default preview or direct printing, depending on one variable.
Thats fine.
Now I would like to show a thumbnail preview for each type. So the user should easily see he selected the right one.
I put one TfrxPreview on a form (called M2000).
As soon as I set Preview property of my report to my preview I get an access violation.
frxReportEinzelprofil1.Preview    :=    F_M2000.frxPreview1;
Any ideas?
I use Delphi 2010 with FR 4.13.3 Trial
Comments
thanks for the hint.
It brought up some thoughts and I found it finally.
There is big difference between preview mechanism of rave and FR.
Thx.