Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Joining two consecutive REPORT FORM.. PREVIEWs
Message
De
17/02/2012 17:43:21
 
 
À
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:
01535723
Vues:
59
Hi Rob,
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
The above code also does not join or merge the two PREVIEWS into one PREVIEW session. The 1st REPORT FORM will show a PREVIEW, then wait for it to be closed, then show the 2nd one. It does not show one PREVIEW with both outputs in it.
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform