Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Internet explorer
Message
De
22/08/2001 15:45:30
 
 
À
22/08/2001 08:46:53
Information générale
Forum:
Visual FoxPro
Catégorie:
Fonctions Windows API
Divers
Thread ID:
00547165
Message ID:
00547566
Vues:
24
This message has been marked as the solution to the initial question of the thread.
>Hi
>
>Does anyone know the Method to automate IE Object to Print/Print Preview?
>
>Thanks
>Kev

oIE = CREATEOBJECT("InternetExplorer.Application")
oIE.Navigate("www.somesite.com")
oIE.ExecWb(6,2,0,0) && Goes straight to printer, no prompt

oIE.Visible = .T.
oIE.ExecWb(6,0,0,0) && Shows page, and displays printer prompt
Erik Moore
Clientelligence
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform