Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Controlling IE5 from VFP 6
Message
From
02/10/2001 17:12:42
 
 
To
All
General information
Forum:
Visual FoxPro
Category:
COM/DCOM and OLE Automation
Title:
Controlling IE5 from VFP 6
Miscellaneous
Thread ID:
00563316
Message ID:
00563316
Views:
52
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
Next
Reply
Map
View

Click here to load this message in the networking platform