Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Mike Lewis on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Report tool advice 2

Status
Not open for further replies.

1164961

Programmer
Sep 8, 2004
7
TR

Hi,

Is there any good report building tools that you can advice me?
I am using Delphi 5 and BDE.It will be very good if the source code of the tool is also supplied.

Thanks in advance

Caglar
 
I use AceReporter which comes with full source code and handles most of my needs. There is an excellent support forum and lots of examples. I also use an add on product which adds PDF, DOC and Fax print-destinations, but I forget what it is called. If you want, I will check my dev-machine when I get home.
This is a component set for laying out reports in Delphi, not a report-writer which once integrated into your program allows users to define reports. I have heard that there are delphi components that provide for user-defined reports, but I prefer to code, validate and maintain all of the reports coming out of my databases for obvious reasons.
Hope it helps!
Peace,
Colt

If it's stupid but it works, it isn't stupid
 


Hi,
Due to my programs requirements I need a report builder component which will be both editable for developers and also it will be easy for program users to modify (at least it must be easy to change the interface and SQL - at a certain point -of the report) the reports for their needs.
Currently I am using ReportBuilder.
Thanks for the answers
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top