Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Ie in foxpro
Message
From
11/04/2002 14:35:50
 
 
To
11/04/2002 12:01:47
General information
Forum:
Visual FoxPro
Category:
COM/DCOM and OLE Automation
Title:
Miscellaneous
Thread ID:
00643805
Message ID:
00643884
Views:
7
If you want to open a web page in a form use the following command:

In this case I am downloading stock quotes from yahoo. Change the url to go to another site.


pre

WAIT WINDOW 'Getting Quotes from Yahoo' nowait

O = createobject("shell.application")
O.open("http://quote.yahoo.com/")
/pre


Gaylen Jungling


>Does anyone know how to put an instance of IE6 in a VFP 7.0 form? I figured I could tie the control source of an oleboundcontrol to an internetexplorer.application object. But for the life of me couldn't figure out how.
>
>Thanks
>
>TomW
Previous
Reply
Map
View

Click here to load this message in the networking platform