Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Select Printer in Crystal Report Viewer
Message
From
07/10/2003 02:51:08
 
 
To
All
General information
Forum:
Visual FoxPro
Category:
Crystal Reports
Title:
Select Printer in Crystal Report Viewer
Miscellaneous
Thread ID:
00835635
Message ID:
00835635
Views:
101
Sorry, I post the previous message accidently.

I Question is how to enable user select printer from the Crystal Report Viewer before they print out the report.


TIA.


My Code :

=SYS(2333,1)
THIS.Caption = mTitle
THIS.oCrystalReports = CREATEOBJECT('CrystalRuntime.Application')
THIS.oReport = CREATEOBJECT('CrystalRuntime.Report')
THIS.oReport = THIS.oCrystalReports.OpenReport(mReport)
THIS.addObject('oleCRViewer','oleControl','crViewer.crViewer')
THIS.oleCRViewer.EnableExportButton = .T.
THIS.resize
THIS.oleCRViewer.ReportSource = THISFORM.oReport
THIS.oleCRViewer.ViewReport()
Next
Reply
Map
View

Click here to load this message in the networking platform