0
Answer

Capturing the OK and Cancel Events after Exporting

Ask a question
Patrick

Patrick

16y
2k
1

I am using VB 2005. Is there any way to capture the OK and Cancel events after the user exports the file.

For example: the Export Dialog box appears with an OK and Cancel button after the following code is executed:

frmReportViewer.CrystalReportViewer1.ExportReport()

How can you capture whether the user has selected the OK or Cancel button?

Thanks

Pat