Oracle FAQ Your Portal to the Oracle Knowledge Grid
HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US
 

Home -> Community -> Usenet -> c.d.o.server -> WEB Forms

WEB Forms

From: <rljustice_at_techsoft.com>
Date: 1998/05/05
Message-ID: <6inds9$kku$1@nnrp1.dejanews.com>#1/1

Brain

I am confused. What is the relationship between the applet viewer and the Browser? I thought that the Browser did the work. Do you need the applet viewer running with the browser? If so, how?

I have installed IE 4.0 one machine (one the same machine as the Web Server) and Netscape 4.0 on another.

When I installed IE 4.0 and Netscape 4.0. My static pages will not be served with the "Form Server Listener" running but they are server when the "Form Server Listener" is not running. My Test Web form seems to start the "Applets" but my test form does not appear. (After several minutes, IE comes back with a dialog box of "FRM 99999 A network error occurred, the client will not be able to continue" )

With the "Form Server Listener" running the Static and Test Web Forms 'Times Out" on IE 4.0 and Netscape 4.0 "Goes off and don't come back."

I can run the "Admin" page of the Web Server with the "Form Server Listener" running or not with either browser.

I have created a very simple test form It displays one record with 4-5 simple text fields.

Thanks in advance for your help
 Randy

Enclosed is the static file "non-cartridge"

<HTML>

<!-- FILE: static.html -->
<!-- Oracle Static (Non-Cartridge) HTML File Template (Windows NT) -->
<!-- Rename, and modify tags and parameter values as needed -->

<HEAD><TITLE>Developer/2000 for the Web</TITLE></HEAD>

<BODY><BR>Please wait while the Forms Client class files download and run.

      <BR>This will take a second or two...
<P>

<!-- applet definition (start) -->
<APPLET CODEBASE="/web_code/"

        CODE="oracle.forms.uiClient.v1_4.engine.Main"
        ARCHIVE="/web_jars/f45all.jar"
        HEIGHT=20
        WIDTH=20>

<PARAM NAME="serverPort" VALUE="9000">

<PARAM NAME="serverArgs"

       VALUE="module=c:\metrics\form\acronym.fmx">

<PARAM NAME="serverApp"

       VALUE="default">

</APPLET>
<!-- applet definition (end) -->

</BODY>
</HTML>

-----== Posted via Deja News, The Leader in Internet Discussion ==----- http://www.dejanews.com/ Now offering spam-free web-based newsreading Received on Tue May 05 1998 - 00:00:00 CDT

Original text of this message

HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US