Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Need some help with WSH
Message
 
Information générale
Forum:
Visual FoxPro
Catégorie:
Codage, syntaxe et commandes
Divers
Thread ID:
00565026
Message ID:
00565030
Vues:
28
>
>I don't understand why you wouldn't want to use the IE object model. If the association to an HTM file is IE, it is going to be launched anyway. Is the reason because users may have other browsers as the default browser and you can't be sure if they even have an object model?

That is part of the reason. The other part is:
oIE = CREATEOBJECT( "InternetExplorer.Application" )
oIE.Navigate( "c:\test.htm#q1" )
oIE.Visible = .T.
Now the user views the info, then closes the browser, I can't issue another navigate because RPC Server is unavaliable, but I can't test if it is closed because TYPE( "oIE" ) still returns "O". How do I get around that? I'd really rather not CREATEOBJECT() the same object over and over again. Thanks Larry,
jfh
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform