After a short vacation, I'm back at the computer.
I also use the Print class to develop reports. I actually have no problems doing so. The main reason is some of my reports are not typical row and column. For example, consider an invoice for a service ticket. It includes the following:
Company information on top of each page
Customer and vehicle information, boxed for clean appearance
Workorder information boxed for clean appearance and repeated on each page
Parts Information
Labor descriptions ( multi line text )
Recommendations ( multi line text )
Notes
Pricing revision information
Disclaimer ( fine print text )
Signatures
Totals ( by type, subtotal, taxes, fees and grand total )
Payment information
Advertising
All of the information comes from separate databases. A document that is this comprehensive could be pretty difficult to do with a report generator. The FWH Print class makes it very easy, and including a watermark and graphics is also easy.
I look forward to seeing how far this project can go. I'm sure there will be many reports that can be generated that will be very helpful.
Antonio, here are a couple of thoughts for what should be added:
+ Make sure the report can be exported as an Excel spread sheet
+ Include graphs and graphics
+ Remember data must be filtered, and drawn from multiple databases
+ An includable user interface is a nice benefit for our clients so they can create their own reports.
Tim