Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
How to call Internet Explorer not using Activex?
Message
De
09/01/2002 21:18:20
 
 
À
09/01/2002 20:59:51
Information générale
Forum:
Visual FoxPro
Catégorie:
COM/DCOM et OLE Automation
Divers
Thread ID:
00602810
Message ID:
00602816
Vues:
19
This message has been marked as a message which has helped to the initial question of the thread.
Hi Luis,

Start an instance of Internet Explorer:
oIE = CreateObject("InternetExplorer.Application")  && Start an instance of Internet Explorer
oIE.Visible = .T.                                   && Make the Internet Explorer application visible

oIE.Navigate("http://www.levelextreme.com")      && Navigate to UniverslThread
oIE.Navigate(""file:///c:/test.txt")                && Open a text file in the Internet Explorer application window
>I'm trying to export files (.HTM, .XLS, .DOC, .TXT, .CSV),
>I use GETOBJECT() with .XLS, .DOC, .CSV and it works fine but
>what can I use to open IE with the .HTM file I also use
>GETOBJECT() but I don't know how to make IE visible, can
>someone tell me IE's object model? Besides that, I would like
>to know a way to open the .TXT files?
>
>TIA
>
>LUIS
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform