Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Ie in foxpro
Message
De
11/04/2002 14:35:50
 
 
À
11/04/2002 12:01:47
Information générale
Forum:
Visual FoxPro
Catégorie:
COM/DCOM et OLE Automation
Titre:
Divers
Thread ID:
00643805
Message ID:
00643884
Vues:
8
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
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform