FastReport 6

Discussion of open issues, suggestions and bugs regarding IBDAC (InterBase Data Access Components) for Delphi, C++Builder, Lazarus (and FPC)
Post Reply
Fabrice
Posts: 45
Joined: Tue 07 Sep 2010 09:44

FastReport 6

Post by Fabrice » Thu 11 Oct 2018 09:26

Hello,

In IBDAC folder there is Demos\ThirdParty\FastReport to install IBDAC database components (TfrxIBDACComponents) on FastReport 4 and 5. I use it after each IBDAC update and that's work like a charm.
But since march 2018 Fast Report 6 is available. Current version is 6.2. Maybe be it will be the default version in Delphi 10.3 ?

But, if possible, could you "update" your source for Fast Report 6 ?

Best regards,

ViktorV
Devart Team
Posts: 3168
Joined: Wed 30 Jul 2014 07:16

Re: FastReport 6

Post by ViktorV » Thu 11 Oct 2018 14:32

FastReport 5 IBDAC Components are compatible with FastReport 6 VCL version.
FastReport 5 IBDAC Components sources are located at %IBDACDemos%\ThirdParty\FastReport\FR5\, where %IBDACDemos% is the path to IBDAC Demo projects installation on your computer.
To solve the task, please try the following:
- delete FastReport 5 IBDAC Components from [Components]-[Install Packages] ;
- recompile the following components: frxDACXX.dpk, frxIBDACXX.dpk, dclfrxIBDACXX.dpk ;
- install dclfrxIBDACXX.dpk ;
- restart the IDE .

Post Reply