Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Open a Web Page in VFP
Message
 
À
07/04/2008 15:45:01
Information générale
Forum:
Visual FoxPro
Catégorie:
Codage, syntaxe et commandes
Versions des environnements
Visual FoxPro:
VFP 9 SP2
OS:
Windows 2000 SP4
Network:
Windows 2000 Server
Database:
MS SQL Server
Divers
Thread ID:
01308833
Message ID:
01308840
Vues:
16
>Anyone have sample code that allows VFP to open up a web site and have the page contents as a string variable?
Something like:
oIE = CreateObject("InternetExplorer.Application")
*oIE.Visible = .T.
oIE.Navigate("http://address.....")
* wait while navigation is not complete
lcInnerText = oIE.Document.Body.InnerText
.....
Good Luck
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform