Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Printer Prompt on Chained Reports
Message
Information générale
Forum:
Visual FoxPro
Catégorie:
Autre
Versions des environnements
Visual FoxPro:
VFP 9
OS:
Windows XP SP2
Network:
Windows XP
Database:
Visual FoxPro
Divers
Thread ID:
00974597
Message ID:
00978584
Vues:
27
I thought I had a solution but the only one so far is to set the VFP Default Printer before doing the RunReports.

-Dan

>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
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform