Home » Developer & Programmer » Forms » How to call htm files from Forms9i, which are on the Oracle 9iAS?
How to call htm files from Forms9i, which are on the Oracle 9iAS? [message #80618] Mon, 21 October 2002 08:51 Go to next message
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.
Re: How to call htm files from Forms9i, which are on the Oracle 9iAS? [message #80628 is a reply to message #80618] Wed, 23 October 2002 03:27 Go to previous message
Lars Sjöström
Messages: 24
Registered: June 2001
Junior Member
Probably thru the web.show_document built in.

web.show_document('reports_menu_screen.htm') maybe with some prefixes of http://where.the.htm.file.is
Previous Topic: insert oracle forms 6i
Next Topic: Urgent as on 22/10/2002
Goto Forum:
  


Current Time: Fri Apr 19 18:02:05 CDT 2024