
Choosing a printer during run-time (other than default) - Crystal Report 9 (CR 9)
Sheesh, I should have spent a little more time with this before posting. ;)
Here's the fix:
'** CRViewer91 is the crviewer control, mbrReport is the report
(CRAXDDRT.Report)
Private Sub CRViewer91_PrintButtonClicked(UseDefault As Boolean)
mbrReport.PrinterSetup Me.hwnd
End Sub
Quote:
> Hello,
> I am trying to find a way to allow users of my vb 6 application to choose
a
> printer during run-time for Crystal Reports 9 (like previous versions of
> Crystal). Right now the default printer seems to be the only choice. I'm
> using the CRViewer9.
> Many thanks,
> Matthew J. Hughes
> KEYWORDS:
> Crystal Reports 9
> CR 9
> default printer
> choose printer