Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Pause code until operation is completed
Message
From
30/01/2002 22:08:51
 
 
To
All
General information
Forum:
Visual FoxPro
Category:
Coding, syntax & commands
Title:
Pause code until operation is completed
Miscellaneous
Thread ID:
00613179
Message ID:
00613179
Views:
56
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
Next
Reply
Map
View

Click here to load this message in the networking platform