WEBUTIL_HOST.HOST [message #313268] |
Fri, 11 April 2008 05:04 |
raywong9i
Messages: 40 Registered: April 2008
|
Member |
|
|
Dear all experts,
I have a form which make use of the WEBUTIL_HOST.HOST command to call up a VB application, it is successfully done. However, the VB apps need to be closed before the focus can go back
to the Forms application.
My question is : Can I start up the VB apps and then go back to the Forms apps without closing the VB apps ? This is because the user need to switch between both apps to do their work.
Can this be done ?
Thanks a lot !
[Updated on: Fri, 11 April 2008 05:05] Report message to a moderator
|
|
|
Re: WEBUTIL_HOST.HOST [message #313320 is a reply to message #313268] |
Fri, 11 April 2008 06:44 |
Kaeluan
Messages: 179 Registered: May 2005 Location: Montreal, Quebec
|
Senior Member |
|
|
I think if you look in the webutil library, you will find a procedure called webutil_host.nonblocking that is calling a host command without blocking the current forms.
By default, the client_host command is calling webutil_host.blocking, so this is why you can not go back in your form.
hope it help
|
|
|
|
|
|
Re: WEBUTIL_HOST.HOST [message #316939 is a reply to message #315539] |
Mon, 28 April 2008 21:47 |
raywong9i
Messages: 40 Registered: April 2008
|
Member |
|
|
Hi,
We still not yet solved this problem.
Actually, we try to call other apps, it's works fine.
So, we are checking the apps which are being called.
Thanks1
|
|
|
Re: WEBUTIL_HOST.HOST [message #316992 is a reply to message #316939] |
Tue, 29 April 2008 01:44 |
|
djmartin
Messages: 10181 Registered: March 2005 Location: Surges Bay TAS Australia
|
Senior Member Account Moderator |
|
|
Search this forum for 'log'. There is a recent thread about reviewing the Application Server or Developer Server performance and behaviour by adding a log to 'formsweb.cfg'. There may be something in it to tell you what is happening.
David
Megatypo: Change 'webforms' to 'formsweb'.
[Updated on: Sun, 21 September 2008 21:15] Report message to a moderator
|
|
|
|
|
Re: WEBUTIL_HOST.HOST [message #504553 is a reply to message #504551] |
Tue, 26 April 2011 09:18 |
|
deepthi38
Messages: 4 Registered: April 2011
|
Junior Member |
|
|
Thanks for your response.
I tried it but no luck. I am able to freeze the form when I open notepad, word doc and adobe but not for IE8. what could be the issue with IE? Is there any way I could block the form when working on the browser.
|
|
|