Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Open a Web Page in VFP
Message
General information
Forum:
Visual FoxPro
Category:
Coding, syntax & commands
Environment versions
Visual FoxPro:
VFP 9 SP2
OS:
Windows 2000 SP4
Network:
Windows 2000 Server
Database:
MS SQL Server
Miscellaneous
Thread ID:
01308833
Message ID:
01308840
Views:
17
>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
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform