Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Start IE with HTML
Message
General information
Forum:
Visual FoxPro
Category:
Other
Environment versions
Visual FoxPro:
VFP 9
OS:
Windows XP
Network:
Windows 2000 Server
Database:
Visual FoxPro
Miscellaneous
Thread ID:
01066079
Message ID:
01066085
Views:
17
>What is the proper code to run IE from VFP?
>
>x=CREATEOBJECT("IExplorer","mywebpagehere")
>
>TIA
x = CREATEOBJECT("InternetExplorer.Application")
x.Navigate2(mywebpagehere)
x.Visible = .t.
Against Stupidity the Gods themselves Contend in Vain - Johann Christoph Friedrich von Schiller
The only thing normal about database guys is their tables.
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform