Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Crystal Reports : Cross-Tab
Message
From
23/05/2002 06:20:37
 
 
To
22/05/2002 11:21:25
General information
Forum:
Visual FoxPro
Category:
Crystal Reports
Miscellaneous
Thread ID:
00659735
Message ID:
00660319
Views:
22
>>How to let users select printer, printer setting, paper setting when preview/print report.

>Are you using the RDC to do your integration?


Yes, this is my code (learn from article. :) ).

=SYS(2333,1)
THIS.Caption = mTitle
THIS.oCrystalReports = CREATEOBJECT('CrystalRuntime.Application')
THIS.oReport = CREATEOBJECT('CrystalRuntime.Report')
THIS.oReport = THIS.oCrystalReports.OpenReport(lReport)
THIS.addObject('oleCRViewer','oleControl','crViewer.crViewer')
THIS.resize
THIS.oleCRViewer.ReportSource = THISFORM.oReport
THIS.oleCRViewer.ViewReport()

So, how can I bring up the printer setting dialog box as what I do in VFP :

REPORT FORMAT abc TO PRINTER PROMPT PREVIEW ?

TIA.
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform