Component for Fast Report 3
Posted: Fri 25 Apr 2008 03:38
Where can I get components for FR 3, the components included in MyDAC have serious problems
Thanks
Alejandro
Thanks
Alejandro
Discussion forums for open issues and questions concerning database tools, data access components and developer tools from Devart
https://forums.devart.com/
Thank you for information. We have reproduced this problem and fixed it. This fix will be included in the next MyDAC build. As a temporary solution apply the following change.jalin wrote:I installed the FR component for v4 and its working ok ( I have fr 3). the problem for the component for FR v3 is a conflict with frx6.bpl, I get an error when I reload an APP including the component for v3.
Code: Select all
initialization
fsRTTIModules.Add(TFunctions);Code: Select all
finalization
if fsRTTIModules nil then
fsRTTIModules.Remove(TFunctions);In order to solve this problem you can use FastReport 4 MyDAC Components.jalin wrote:The FR v3 must have the Fast Script and Fast report component separated as you did with v4.