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 -> Help needed with webforms (newbie)

Help needed with webforms (newbie)

From: Wim Valgaeren <valgaeren_at_softhome.net>
Date: Mon, 22 Nov 1999 16:26:30 +0100
Message-ID: <81bn8n$9f3$1@naxos.belnet.be>


I'm trying to put a forms 6.0 fmx file in the web. I installed and configured OAS 4.0.7.
In the documentation is a html file which looks like this :

<HEAD><TITLE>Oracle Developer 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="/forms60code/"

        CODE="oracle.forms.engine.Main"
        ARCHIVE="/forms60code/f60all.jar"
        HEIGHT=500
        WIDTH=800>


<PARAM NAME="serverPort"
VALUE="9000">
<PARAM NAME="serverArgs"
VALUE="module=cbetb.fmx userid=cbetb/cbetb_at_dev8i">
<PARAM NAME="serverApp"
VALUE="default">

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

</BODY>
</HTML>

I've changed the codebase, archive and serverArgs. But when I try to run the html it says oracle.forms.engine.Main not found. What have I done wrong? Can anybody help me with this, or give me some good documentation about it?

Thanks a lot,

Wim Valgaeren Received on Mon Nov 22 1999 - 09:26:30 CST

Original text of this message

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