'fqbClass.dcu' not found
Am using Delphi Xe6 and FastReports VCL 6 Standard, whenever I drop the frxADOComponents on the form I get the error,
[dcc32 Fatal Error] frxADOComponents.pas(28): F1026 File not found: 'fqbClass.dcu'
Does this mean I cannot use ADODatabase and ADOQuery with FastReports Standard?
[dcc32 Fatal Error] frxADOComponents.pas(28): F1026 File not found: 'fqbClass.dcu'
Does this mean I cannot use ADODatabase and ADOQuery with FastReports Standard?
Comments
How long since you installed FR? Do you have any reports working?
You can certainly use FRv6 Standard with ADO - our main App has over 25 reports based on it (as well as some using FireDAC/SQLite).
I think the FQBclass unit is not supported in Standard edition. (<strike>QPI</strike> GPI ** will correct me if I am wrong.). When you installed FRv6 did you get errors when you recompiled?
Cheers, Paul
=====================
** EDIT: Blame predictive spelling on my phone! Sorry GPI
2. All FR's objects are available in the design-time designer, but they need to be added to uses list for run-time. Add TfrxADOComponent to project or frxADOComponents unit to uses list. See here for more info: https://www.fast-report.com/en/faq/13/105
3. If you had not install Interbase Express components (IBX) with Delphi - you may run Delphi's installer and install Interbase Express components or just disable loading of dclfrxIBX20.bpl package