How to call htm files from Forms9i, which are on the Oracle 9iAS? [message #80618] |
Mon, 21 October 2002 08:51 |
Swamy
Messages: 78 Registered: June 2002
|
Member |
|
|
I have .htm files on my local C drive. I created a Form with a button labeling “HELP” and have a WHEN-BUTTON-PRESSED trigger. In this trigger, I called the HOST built-in as below.
HOST('C:test.bat');
In the test.bat file, I wrote as below.
cd c:
start reports_menu_screen.htm
If I run the form from my desktop, I can see the html document in a separate window by hitting the HELP button. But in real web environment, as I am using Oracle 9iAS, which is in SunOS 5.8, how can I show this help system? I appreciate for your help in advance.
|
|
|
|