Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Printer Prompt on Chained Reports
Message
 
À
Tous
Information générale
Forum:
Visual FoxPro
Catégorie:
Autre
Titre:
Printer Prompt on Chained Reports
Versions des environnements
Visual FoxPro:
VFP 9
OS:
Windows XP SP2
Network:
Windows XP
Database:
Visual FoxPro
Divers
Thread ID:
00974597
Message ID:
00974597
Vues:
49
Hi All.

I'm successfully chaining a group of reports together using the following code:
loListener = CREATEOBJECT('_ReportListener')
loListener.ListenerType = 1
loListener.AddReport('REPORT1.FRX', 'nopageeject')
loListener.AddReport('REPORT2.FRX', 'nopageeject')
loListener.AddReport('REPORT3.FRX', 'nopageeject')
loListener.AddReport('REPORT4.FRX')
loListener.RunReports()
I would like to have the user get the printer prompt when printing using this method from the preview toolbar. It does prompt if I just run a single report using this method. Is there a way to force the printer prompt on chained reports?

Thanks.

-Dan
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform