Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Crystal Reports : Cross-Tab
Message
From
24/05/2002 08:29:33
 
 
To
24/05/2002 06:35:50
General information
Forum:
Visual FoxPro
Category:
Crystal Reports
Miscellaneous
Thread ID:
00659735
Message ID:
00660964
Views:
21
>The CR Viewer (THIS.oleCRViewer.ViewReport()) provide print icon on the toolbar. When user click the print icon, can the user set the setting just before printing? Just like in VFP. REPORT FORMAT abc TO PRINTER PROMPT PREVIEW?
>
>TIA.

You could put some code in the PrintButtonClicked event, then handle the printing yourself. I haven't tested this code, but you could try it:
UseDefault = .F.
This.ReportSource.PrinterSetup()
This.ReportSource.PrintOut(.F.)
Craig Berntson
MCSD, Microsoft .Net MVP, Grape City Community Influencer
Previous
Reply
Map
View

Click here to load this message in the networking platform