Choosing a printer during run-time (other than default) - Crystal Report 9 (CR 9) 
Author Message
 Choosing a printer during run-time (other than default) - Crystal Report 9 (CR 9)

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
Product Development Specialist
ACO Information Services, LLC
voice:  (866) 897- STAR (7827)
fax:  (251) 652-0012
web: star.acoeis.com

KEYWORDS:
Crystal Reports 9
CR 9
default printer
choose printer



Tue, 30 Aug 2005 06:32:04 GMT  
 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



Tue, 30 Aug 2005 07:51:04 GMT  
 
 [ 2 post ] 

 Relevant Pages 

1. Directing a Crystal report to a printer other than the default printer

2. Directing a Crystal report to a printer other than the default printer

3. Directing a Crystal report to a printer other than the default printer

4. Control to Choose Printer at Run-Time?

5. Sending Reports (Crystal Reports Runtime) to other printers

6. Sending Reports (Crystal Reports Runtime) to other printers

7. PROBLEM: getting a new control in front of others during runtime

8. Sending Reports (Crystal Reports Runtime) to other printers

9. Change the filename of a graphicfile in a report during run-time

10. Change the filename of a graphicfile in a report during run-time

11. CRYSTAL REPORT, run time query report by date

12. VB5 / Crystal Reports -- resetting default printer

 

 
Powered by phpBB® Forum Software