ReportBuilder Data Access for Zeoslib

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

Moderators: gto, cipto_kh, EgonHugeist, mdaems

Post Reply
bravecobra
Junior Boarder
Junior Boarder
Posts: 29
Joined: 31.10.2005, 00:09
Location: Antwerp
Contact:

ReportBuilder Data Access for Zeoslib

Post by bravecobra »

I'm using ReportBuilder to generate my reports. However I never found the needed classes to use the RB's ReportExplorer fully.
So based upon some other library, I came up with this.

Any comments are well appreciated.
You do not have the required permissions to view the files attached to this post.
ozen
Fresh Boarder
Fresh Boarder
Posts: 1
Joined: 14.05.2011, 00:35

ZEOS Report Builder support

Post by ozen »

I've changed the code and made it a daADO.pas replacement.

How to use it?
--------------
1- Backup your original daADO.pas in Rbuilder\Source directory.
2- Rename your daADO.pas to daADO_ADO.pas
3- Edit daADO_ADO.pas and just comment the line where unit name
is written.
Example : //unit daADO;
Don't make any changes
4- Copy daADO.pas, daADO_ZEOS.pas and CompileOptions.INC
to your Rbuilder\Source directory
5- Rebuild your report builder.

Please See readme.txt for further details.
You do not have the required permissions to view the files attached to this post.
Post Reply