Passing control to another window. [message #243357] |
Thu, 07 June 2007 01:20  |
sreepathi.das
Messages: 12 Registered: May 2007 Location: Cochin,Kerala
|
Junior Member |
|
|
Hi friends.
I am doing a 9i application,in which i call an html file from my form, using the code
host('explorer.exe \\server3\documentation\sterling.htm');
Now the problem is that the file opened is in minimized status.
I want it in the front.
Hw can I transfer control from my application to the new file?
Thnks in advance.
Sree.
[Updated on: Thu, 07 June 2007 01:24] Report message to a moderator
|
|
|
|
Re: Passing control to another window. [message #243429 is a reply to message #243402] |
Thu, 07 June 2007 04:58   |
sreepathi.das
Messages: 12 Registered: May 2007 Location: Cochin,Kerala
|
Junior Member |
|
|
Hi,
Thnks for ur reply.
Actually the code it is working.
The htm file it gets opened.
But the problem is that,even after the file gets opened,
wat I am seeing is my application, not the opened file.
ie, the control is on my application,not on he file I opened through the application.
I need to change the control from my application to the newly opened file.
Will you please tell me how can i do this?
|
|
|
Re: Passing control to another window. [message #243594 is a reply to message #243357] |
Thu, 07 June 2007 20:18  |
|
When I say it's wroking for me, the active window is the file opened, not my application as what you encounter. Now, the question is, what codes do you have following that line caaling html file? Maybe because you proccess something on your application after calling html so the cursor went back to your application.
|
|
|