Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Controlling IE5 from VFP 6
Message
De
02/10/2001 17:12:42
 
 
À
Tous
Information générale
Forum:
Visual FoxPro
Catégorie:
COM/DCOM et OLE Automation
Titre:
Controlling IE5 from VFP 6
Divers
Thread ID:
00563316
Message ID:
00563316
Vues:
53
Hello,

I have code to instantiate an IE5 browser and navigate to a url which works fine. My problem is that IE remains in the background and the user then needs to press ALT+TAB.
   oie = CreateObject("InternetExplorer.Application")
   oie.Navigate("http://njmtl0035.impactrx.com/cgi-bin/Physician_Uploads.pl?username=EVER4700")
   oie.Visible = .T.
In VB I used the following similar code and IE pops up in the foreground.
   Dim oie As Object
   Set oie = CreateObject("InternetExplorer.Application")
   oie.Navigate ("http://njmtl0035.impactrx.com/cgi-bin/Physician_Uploads.pl?username=EVER4700")
   oie.Visible = True
In VFP, how do I tell the IE window to come to the foreground?
Any suggestions would be greatly appreciated.

TIA
-Isaac
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform