Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
HTML Report in Mozilla
Message
From
05/06/2004 11:20:04
 
 
To
04/06/2004 23:40:28
General information
Forum:
Visual FoxPro
Category:
Visual FoxPro Beta
Miscellaneous
Thread ID:
00910164
Message ID:
00910350
Views:
25
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
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform