Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Nopageeject and noreset
Message
De
22/02/2010 09:14:27
 
 
À
Tous
Information générale
Forum:
Visual FoxPro
Catégorie:
Gestionnaire de rapports & Rapports
Titre:
Nopageeject and noreset
Divers
Thread ID:
01450208
Message ID:
01450208
Vues:
93
Hello!
So i have this code that works fine to report
loListener = newobject('_ReportListener', ;
   home() + 'ffc\_ReportListener.vcx')
   KEYBOARD '{ctrl+f10}'
   loListener.ListenerType = 1
   loListener.AddReport(('client_app1'),'nopageeject')
   loListener.AddReport(('clientt_app2'),'nopageeject','noreset')
   loListener.AddReport('client_app3'),'nopageeject','noreset')    
   loListener.AddReport('client_app4),'noreset')    
   loListener.RunReports()
NOPAGEEJECT and NORESET are properties of reports,
but if i have write loListener.AddReport(('clientt_app2'),'nopageeject','noreset') the page doesnt eject but the page number resets and if i use
loListener.AddReport(('clientt_app2'),'noreset','nopageeject') i get my pages right but it ejects. so this means the second property doesnt work. so im trying to figure if i said it right. or if there can even be a second property
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform