Re: Report Generator Suggestions
- From: "AliR \(VC++ MVP\)" <AliR@xxxxxxxxxxxxx>
- Date: Thu, 31 Jul 2008 09:28:43 -0500
When I was faced with creating reports that were well formatted, and
dynamic, I chose to go with HTML.
My report tool was basically a CHtmlView that would load up XML files which
would in turn get transformed to HTML using XSLT.
The nice thing about it was that I didn't have to worry about any display
problems, since the html browser would handle all the formatting and
printing for me!
Here is a screen shot of my report tool:
http://www.learnstar.com/AliR/report1.jpg
http://www.learnstar.com/AliR/report2.jpg
http://www.learnstar.com/AliR/report3.jpg
Worked out great for me. I think I reduced the work of 6 months into 1
month!
AliR.
"Jonathan Wood" <jwood@xxxxxxxxxxxxxxxx> wrote in message
news:u7FfGTt8IHA.5404@xxxxxxxxxxxxxxxxxxxxxxx
I'm writing an MFC application that needs a ton of reports based on data
stored in SQLite.
There's not enough money for me to hand code all these reports in C++.
I've found free libraries such as Quick Print on CodeProject and they've
seemed buggy and poorly written.
I'm just wondering if others have dealt with this. The only thing I know
about Crystal Reports is that I hated it back many years ago when it was
included with VB classic. I won't rule out a package like this but would
prefer something smaller and easier to distribute. Also, I have no idea if
Crystal Reports could be made to work with SQLite.
Just looking for suggestions.
Thanks!
Jonathan
.
- Follow-Ups:
- Re: Report Generator Suggestions
- From: Jonathan Wood
- Re: Report Generator Suggestions
- References:
- Report Generator Suggestions
- From: Jonathan Wood
- Report Generator Suggestions
- Prev by Date: Re: CString changing an independant int
- Next by Date: Re: Run-Time Check Failure #2
- Previous by thread: Report Generator Suggestions
- Next by thread: Re: Report Generator Suggestions
- Index(es):
Relevant Pages
|