Skip to Main Content

Oracle Forms

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

WebUtil Client Host Question

sharpeNov 16 2012 — edited Nov 16 2012
Hi. I have a WebUtil enabled form where I use the client_host built-in. Client_host built-in is working as I've verified the following command executes just fine:
client_host('c:\ttmsapps\compiled\Menuupdate.exe');
However, when I try to point it to an .htm file on my Windows pc, expecting the .htm file to open and be viewable, it does not work. There is no error either at compile time or at runtime - it's just that the document does not open. Here's the statement that appears to do nothing:
client_host('c:\TOC.htm');
Any help on why this isn't working would be greatly appreciated. Thanks.
Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on Dec 14 2012
Added on Nov 16 2012
2 comments
1,036 views