FastReport 3.08
Hi.
I am a new user of FastReport 3.08 and I have two problems:
1. When i call: "frxReport1.Print" nothing is happen, but if I first call: "frxReport1.ShowReport" and then call "frxReport1.Print" it is working.
I don??t want to preview before I print so what is wrong?
2. When i use "Add language" in Delphi 2005 FastReport will not work. If I try to call "frxReport1.DesignReport" I get Access violation. If I try to call "frxReport1.ShowReport" I get an error message: "Resource TfrxPreviewForm not found".
Could somebody help me with this please.
BP
I am a new user of FastReport 3.08 and I have two problems:
1. When i call: "frxReport1.Print" nothing is happen, but if I first call: "frxReport1.ShowReport" and then call "frxReport1.Print" it is working.
I don??t want to preview before I print so what is wrong?
2. When i use "Add language" in Delphi 2005 FastReport will not work. If I try to call "frxReport1.DesignReport" I get Access violation. If I try to call "frxReport1.ShowReport" I get an error message: "Resource TfrxPreviewForm not found".
Could somebody help me with this please.
BP
Comments
2) FR does not use DFM resources, it has own ones. If you want to use translation manager, add all FR files to your project.
The first problem with printing is now gone. Thank you very much.
The second problem is still there. I have add all FR files but it still don??t work.
BP