Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Crystal Reports : Cross-Tab
Message
De
24/05/2002 08:29:33
 
 
À
24/05/2002 06:35:50
Information générale
Forum:
Visual FoxPro
Catégorie:
Crystal Reports
Divers
Thread ID:
00659735
Message ID:
00660964
Vues:
20
>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
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform