Where can I get components for FR 3, the components included in MyDAC have serious problems
Thanks
Alejandro
Component for Fast Report 3
Component for Fast Report 3
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.
The FR v3 must have the Fast Script and Fast report component separated as you did with v4.
The FR v3 must have the Fast Script and Fast report component separated as you did with v4.
Re: Component for Fast Report 3
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.
Find the following code in the the frxMYDACRTTI.pas unit:
Code: Select all
initialization
fsRTTIModules.Add(TFunctions);Code: Select all
finalization
if fsRTTIModules nil then
fsRTTIModules.Remove(TFunctions);Re: Component for Fast Report 3
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.