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.
ReportBuilder Data Access for Zeoslib
Moderators: gto, cipto_kh, EgonHugeist, mdaems
-
- Junior Boarder
- Posts: 29
- Joined: 31.10.2005, 00:09
- Location: Antwerp
- Contact:
ReportBuilder Data Access for Zeoslib
You do not have the required permissions to view the files attached to this post.
ZEOS Report Builder support
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.
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.