Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
HTML Report in Mozilla
Message
De
05/06/2004 11:20:04
 
 
À
04/06/2004 23:40:28
Information générale
Forum:
Visual FoxPro
Catégorie:
Visual FoxPro Beta
Divers
Thread ID:
00910164
Message ID:
00910350
Vues:
24
John,

>Beside, anyway to prevent HTML listener to prompt me for any confirmation?

The HTMLListener and XMLListener both have a logical property called QuietMode to control the prompt.
oListener = NEWOBJECT("HTMLListener", HOME(0)+"ffc\_reportlistener.vcx")
oListener.QuietMode = .T.
* specify a filename
oListener.TargetFilename = "c:\myfile.htm"
* run report
REPORT FORM MyReport OBJECT oListener
More samples will be online this afternoon (Saturday) when the June issue of FoxTalk 2.0 goes online at http://www.pinpub.com/html/main.isx?sub=11
David Stevenson, MCSD, 2-time VFP MVP / St. Petersburg, FL USA / david@topstrategies.com
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform