Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Printer Prompt on Chained Reports
Message
General information
Forum:
Visual FoxPro
Category:
Other
Environment versions
Visual FoxPro:
VFP 9
OS:
Windows XP SP2
Network:
Windows XP
Database:
Visual FoxPro
Miscellaneous
Thread ID:
00974597
Message ID:
00978584
Views:
26
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
Previous
Reply
Map
View

Click here to load this message in the networking platform