Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
How to print from Web Browser?
Message
Information générale
Forum:
Visual FoxPro
Catégorie:
Codage, syntaxe et commandes
Divers
Thread ID:
00890449
Message ID:
00890456
Vues:
22
Is this what you mean?
oIE = CreateObject("InternetExplorer.Application")
oIE.Visible = .t.
oIE.navigate(....)
.....
oIE.Execwb(6,1)		&&print it, with user prompt
*oIE.Execwb(6,2)		&&print it, withOUT user prompt
*oie.execwb ( 7, 2 , 0 , 0 )  && preview
>I have a form with a Web Browser control and a Print button. What is a easy way to print contentst of the Web Browser window?
>
>TIA
>Dmitry
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform