|
-
Sep 26th, 2006, 11:12 PM
#1
Thread Starter
Hyperactive Member
How to implement PrintDialog instead of CrystalReport built in Print Button
I had a report made through Crystal Report and it was doing fine.I can print the report with the PrintButton that was built in with the CrystalReportViewer.When I click on the PrintButton of the report, it will show a PrintDialog that still comes with the CrystalReportViewer, but the thing with this is that the user can still cancel the printing since there is a Cancel button there.My program was designed that it will capture the PrintButton of the report and do some update on my database.
But as I had said, the user can still cancel the printing and yet my program would still behave as if the report was printed eventhough it was cancelled.
Now, one of my idea to address this aside from using API's which I am not very familiar with, is to make my own PrintDialog or any PrintingTools available that can be useful so that I can capture the OK and Cancel event.How can I possibly do this?Hope you help me on this one.Thanks.
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|