philippoommen1
Member
Hi,
We are using following code for calling a web page from our application.
With WIN7 OS, users are facing an issue with the below code. Web page is opening beside the parent progress window.
Please suggest a way to bring the web page on the top of Progress window.
DEFINE VARIABLE oExplorer AS COM-HANDLE NO-UNDO.
CREATE "InternetExplorer.Application" oExplorer.
oExplorer:Visible = True.
/* Tell Internet Explorer what Web Page to Display */
oExplorer:Navigate("www.progress.com").
PAUSE.
TIA
Philip
We are using following code for calling a web page from our application.
With WIN7 OS, users are facing an issue with the below code. Web page is opening beside the parent progress window.
Please suggest a way to bring the web page on the top of Progress window.
DEFINE VARIABLE oExplorer AS COM-HANDLE NO-UNDO.
CREATE "InternetExplorer.Application" oExplorer.
oExplorer:Visible = True.
/* Tell Internet Explorer what Web Page to Display */
oExplorer:Navigate("www.progress.com").
PAUSE.
TIA
Philip