Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Joining two consecutive REPORT FORM.. PREVIEWs
Message
De
17/02/2012 16:44:43
 
 
À
17/02/2012 14:33:43
Information générale
Forum:
Visual FoxPro
Catégorie:
Gestionnaire de rapports & Rapports
Versions des environnements
Visual FoxPro:
VFP 9 SP2
OS:
Windows 7
Network:
Windows 2003 Server
Database:
MySQL
Application:
Desktop
Divers
Thread ID:
01534241
Message ID:
01535712
Vues:
57
Hi Rob,

I will try it out sir. In your code, it shows that we still need to DO FOXYPREVIEWER.APP. Is this correct?

In the meantime, some interesting thoughts. In VFP help, the NOPAGEEJECT and NORESET keywords are 'lumped together' with the TO PRINTER clause. Could this mean both keywords were not meant to work with TO PRINTER output rather than PREVIEW output?

Thanks
Dennis


Have you tried using a report listener object?
LOCAL loListener
loListener = NEWOBJECT("ReportListener")
loListener.ListenerType = 1 && Output sent to _ReportPreview

DO FOXYPREVIEWER.APP

USE myTable1
REPORT FORM myReport1.frx OBJECT loListener PREVIEW NOPAGEEJECT     
USE myTable2
REPORT FORM myReport1.frx OBJECT loListener PREVIEW NORESET
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform