Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Call a website
Message
 
 
À
06/10/2003 12:13:32
Joel Hokanson
Services Integration Group
Bellaire, Texas, États-Unis
Information générale
Forum:
Visual FoxPro
Catégorie:
Codage, syntaxe et commandes
Titre:
Divers
Thread ID:
00835422
Message ID:
00835800
Vues:
16
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
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform