print dialog box
I have a VB 2005 app that utilizes a Crystal Reports viewer (CRViewer). I have this code:
CRViewer.PrintReport
A print dialog box appears when the code is run. I want to do one of two things:
1. eliminate the box all together.
2. run code following the PrintReport command if user chooses to cancel printing.
How do I accomplish these? Viewing related posts and searching MS Knowledge base has not helped. I am new to VB 2005.
TIA.

