Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Pause code until operation is completed
Message
De
30/01/2002 22:08:51
 
 
À
Tous
Information générale
Forum:
Visual FoxPro
Catégorie:
Codage, syntaxe et commandes
Titre:
Pause code until operation is completed
Divers
Thread ID:
00613179
Message ID:
00613179
Vues:
55
I use the following code to get data from the internet.

x = NEWOBJECT("_webform", HOME()+"\gallery\_webview")
x.olewebbrowser.navigate2("http://quote.yahoo.com")
x.show()

*** subsequent code follows which uses the data that is downloaded.

The problem is that the subsequent code runs before I get the data downloaded.

I can put the web access in one command button and the subsequent code under another command button and have it two step process. However, I would prefer to have the user click only one command button.

Any thoughts would be appreciated

Thanks
Gaylen Jungling
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform