M
MadCrazyNewbie
Hey Group,
Hope you all well? Wonder if somebody could possibly help me?
At the Mo I use the following code to Print a Crystal Report:
rptForm.Text = "Excellence.Net - Fax`s" 'Set the form's titlebar
rptForm.CRVReportPrint.ReportSource = New Faxs() 'Tell the viewer which
report to display
rptForm.CRVReportPrint.RefreshReport() 'Refresh the viewer
rptForm.ShowDialog() 'Show the report
What I would Like is to have a it pop up a message box and ask me if I would
Like to Print a FaxUser report or a FaxAdmin Report?
How would I achive this?
Many Thanks
Regards
MCN
Hope you all well? Wonder if somebody could possibly help me?
At the Mo I use the following code to Print a Crystal Report:
rptForm.Text = "Excellence.Net - Fax`s" 'Set the form's titlebar
rptForm.CRVReportPrint.ReportSource = New Faxs() 'Tell the viewer which
report to display
rptForm.CRVReportPrint.RefreshReport() 'Refresh the viewer
rptForm.ShowDialog() 'Show the report
What I would Like is to have a it pop up a message box and ask me if I would
Like to Print a FaxUser report or a FaxAdmin Report?
How would I achive this?
Many Thanks
Regards
MCN