Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Printing Through IE
Message
De
10/08/2000 20:34:16
 
 
À
10/08/2000 19:43:50
Todd Wolfe
Certified Marketing Services
Kinderhook, New York, États-Unis
Information générale
Forum:
Visual FoxPro
Catégorie:
Codage, syntaxe et commandes
Divers
Thread ID:
00403733
Message ID:
00403737
Vues:
12
>Is there away to print a web site through fox pro without opening the page in your brower and clicking print? I know how to open a page using the shellexecute() commands but if I use print instead of open, the page doesn't print? Do I have to create an object or something and then call print?

oIE = CREATEOBJECT("InternetExplorer.Application")
oIE.Navigate("www.mysite.com")
oIE.ExecWB(6,10,0,0)

The Navigate method is async, so you might want to delay the printing untul the page is finished loading. Do a search here on InternetExplorer.
Erik Moore
Clientelligence
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform