Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Internet page retrieval and saving
Message
From
18/09/1999 02:47:06
Upendra Nayak
Cadsys Technologies
Mumbai, India
 
 
To
All
General information
Forum:
Visual FoxPro
Category:
Coding, syntax & commands
Title:
Internet page retrieval and saving
Miscellaneous
Thread ID:
00266265
Message ID:
00266265
Views:
58
Dear UT User's

I would like to know how to retrieve and save web
pages from vfp.

In our organisation we retrieve lot of pages on daily
basis from various sites and would like to automate the
same.

I tried following code which works fine but i don't
know how to save the retrieved page from the browse
through vfp.

Note: The code was pickedup from this forum but i
don't remember the name.

oIE = CreateObject('InternetExplorer.Application')
oIE.Navigate('http://www.levelextreme.com')
oIE.visible=.T.
?oIE.LocationURL

with regards
(Upendra Nayak)
Next
Reply
Map
View

Click here to load this message in the networking platform