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.