Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Printing multiple reports
Message
From
01/02/2010 07:21:21
 
General information
Forum:
Visual FoxPro
Category:
Reports & Report designer
Environment versions
Visual FoxPro:
VFP 9 SP1
OS:
Windows XP
Network:
Windows 2003 Server
Database:
MS SQL Server
Miscellaneous
Thread ID:
01426232
Message ID:
01446878
Views:
42
>Hi everybody,
>
>I'm using this code REPORT FORM oRegistry.ReportDir + "ShopInvoice" OBJECT loListener TO PRINTER PROMPT PREVIEW and then try to print several other reports using the same code.
>
>Is it possible to print all the reports to the same printer chosen by the first statement and don't preview the rest of the reports? Also, if the first report was cancelled, cancel the rest of the reports?
>
>Thanks in advance.


For the code you use
REPORT FORM oRegistry.ReportDir + "ShopInvoice" OBJECT loListener TO PRINTER PROMPT PREVIEW
im sure you used something like
loListener = createobject('X')
or
loListener =createobject('X', ;
   home() + 'ffc\_ReportListener.vcx')
Is 'X' Supposed to be a class?
Previous
Reply
Map
View

Click here to load this message in the networking platform