ZEOS inside FastReport 4.x

Code samples and contributions from users for ZeosLib's DBOs of version 6.x

Moderators: gto, cipto_kh, EgonHugeist, mdaems

Post Reply
mrLion
Senior Boarder
Senior Boarder
Posts: 71
Joined: 20.03.2010, 10:17

ZEOS inside FastReport 4.x

Post by mrLion »

Due to the need to use ZEOS within report generator FastReport 4.x developed a library of internal components for FastReport integration ZEOS 7.0
I spread to the community, perhaps someone and need. The project is built for RAD Studio 2010, but to alter it to other versions as it seems to me no trouble.
Of course, the project is compiled as part of the FastReport 4.x.
And there is a small time limit: not yet implemented a bunch of scripting tool FastReport.
You do not have the required permissions to view the files attached to this post.
meneely
Fresh Boarder
Fresh Boarder
Posts: 1
Joined: 15.11.2010, 16:58

Re: ZEOS inside FastReport 4.x

Post by meneely »

Thank you for this.

With very small changes this is working fine in Delphi 7, with FastReport 4.10.7 and Zeos 6.6.6. The changes were only referencing Delphi 7 packages rather than your newer versions - removing referenced packages with "14" in their name and adding back in the same packages with "7". Easy, once I got over my initial panic.

Best regards.
elidorio2
Expert Boarder
Expert Boarder
Posts: 159
Joined: 20.08.2006, 05:37
Location: Tapejara -Pr
Contact:

Post by elidorio2 »

mrLion,

I need ZEOS inside FastReport for Delphi XE
mrLion
Senior Boarder
Senior Boarder
Posts: 71
Joined: 20.03.2010, 10:17

Post by mrLion »

elidorio2, no problem. use it. Any question?
And see to prev post.
You do not have the required permissions to view the files attached to this post.
joemil
Fresh Boarder
Fresh Boarder
Posts: 1
Joined: 15.03.2011, 12:49
Location: 78

Post by joemil »

I was looking for this for a long time. good job. Thank you all.
rvgugisch001
Fresh Boarder
Fresh Boarder
Posts: 1
Joined: 23.11.2019, 02:34

Re: ZEOS inside FastReport 4.x

Post by rvgugisch001 »

meneely wrote: 11.12.2010, 15:25 Thank you for this.

With very small changes this is working fine in Delphi 7, with FastReport 4.10.7 and Zeos 6.6.6. The changes were only referencing Delphi 7 packages rather than your newer versions - removing referenced packages with "14" in their name and adding back in the same packages with "7". Easy, once I got over my initial panic.

Best regards.
Hello, I know the topic is quite old, but my hard drive burned and I lost the FastReport ZEOS component.
I even found some for newer versions of Delphi (I still use 7) and FR6.
Would you have the component yet to pass me?
I've been looking for days and can't find a version that works on D7.
Everyone I try is giving the following error:

Code: Select all

"Cannot load package 'ZCore70.' It contains unit 'ZMessages,' which is also contained in package 'ZComponentDesign70' "
And I have no idea how to solve it because I don't know anything about how the components work.

Thanks
Post Reply