Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Call a website
Message
 
 
To
06/10/2003 12:13:32
Joel Hokanson
Services Integration Group
Bellaire, Texas, United States
General information
Forum:
Visual FoxPro
Category:
Coding, syntax & commands
Title:
Miscellaneous
Thread ID:
00835422
Message ID:
00835800
Views:
15
Joel,

If you use the WScript object you can make your app go modal until the other window closes:

loShell = createobject( "wscript.shell" )
lnRetVal = loShell.Run( "http://www.somewebsite.com", t, .t. )

The 3rd parameter tells the Run() method to not return until the window is closed.

>How can I make my VFE application call a website, and then come back to the VFP application after they close the browser?
df (was a 10 time MVP)

df FoxPro website
FoxPro Wiki site online, editable knowledgebase
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform