Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Printing multiple reports
Message
De
01/02/2010 07:21:21
 
 
Information générale
Forum:
Visual FoxPro
Catégorie:
Gestionnaire de rapports & Rapports
Versions des environnements
Visual FoxPro:
VFP 9 SP1
OS:
Windows XP
Network:
Windows 2003 Server
Database:
MS SQL Server
Divers
Thread ID:
01426232
Message ID:
01446878
Vues:
41
>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?
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform