> Anyone have any ideas how to do that without modifying the
Jim:
I searched the source and could not find any reference to "TppReportDialog" (or for "ReportDialog", for that matter). What exactly were you looking at?
Ahhh... I have made my own, which allows for a lot more customization. Some things that I implemented:
1) Context brings up the list of reports that are availed to the user. 2) Most users never-ever want to customize a report, so I have hidden that unless they want it enabled. 3) I wanted to remove the print dialog. 4) I allow users to select various sets of reports, and I combine them to one print job. (This allows for "Page n of x" to be printed correctly and is a bit cleaner overall). 5) Lots of technical stuff...
For an example, see: www.retireneeds.com/PrintDlg.jpg
Comments
Jim:
I searched the source and could not find any reference to "TppReportDialog"
(or for "ReportDialog", for that matter). What exactly were you looking at?
Thanks
Ed Dressel
Team DM
Sorry, my mistake. TppReportExplorer
--
Jim Poe
Fulcrum InteTech, Inc.
things that I implemented:
1) Context brings up the list of reports that are availed to the user.
2) Most users never-ever want to customize a report, so I have hidden that
unless they want it enabled.
3) I wanted to remove the print dialog.
4) I allow users to select various sets of reports, and I combine them to
one print job. (This allows for "Page n of x" to be printed correctly and is
a bit cleaner overall).
5) Lots of technical stuff...
For an example, see: www.retireneeds.com/PrintDlg.jpg
HTH
Ed Dressel
Team DM