Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Printing A HTML Document In IE From VFP
Message
De
06/06/2001 11:19:51
 
 
À
Tous
Information générale
Forum:
Visual FoxPro
Catégorie:
COM/DCOM et OLE Automation
Titre:
Printing A HTML Document In IE From VFP
Divers
Thread ID:
00515813
Message ID:
00515813
Vues:
83
I am also trying to print a HTML file from Fox code without user intervention. I am using the following code, but the syntax or the third line must be wrong (I got it from a VB example). Can somebody translate this to VFP please?

oIE = CREATEOBJECT("InternetExplorer.Application")
oIE.Navigate("c:\clients\impamisc\faxhtml1.htm")
oIE.ExecWB( OLECMDID_PRINT, OLECMDEXECOPT_DONTPROMPTUSER, 0, 0)

TIA, Kevin
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform