Conflict with TOpenDialog & FastReport
On FastReports 3.23.
If I make an OpenDialog.Execute or a SaveDialog.Execute with TOpenDialog & TSaveDialog components, from that moment on FastReport Engine fails.
If I make an OpenDialog.Execute or a SaveDialog.Execute with TOpenDialog & TSaveDialog components, from that moment on FastReport Engine fails.
Comments
that sounds strange. I just tried the following code:
It works without a problem. I am using FR 3.22 and D2006.
begin
if OpenDialog1.Execute then
begin
frxreport1.loadfromfile(OpenDialog1.FileName);
frxreport1.ShowReport;
end;
end;
works fine for me also d7 d10.
can you post your code? Maybe we then can find a reason for the problem.
Your examples work perfectly, so the problem is in my application. Where? I don't know...
The code is so complicated in order to show it here.
Thank you.
just let us know, when you could solve the problem. It might be interesting for us to avoid the same problem in the future.
Tks