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_at_naxos.belnet.be>
[Quoted] 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 :
Date: Mon, 22 Nov 1999 16:26:30 +0100
Message-ID: <81bn8n$9f3$1_at_naxos.belnet.be>
[Quoted] 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.
[Quoted] <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>
[Quoted] <PARAM NAME="serverPort"
VALUE="9000">
[Quoted] <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 [Quoted] html it says oracle.forms.engine.Main not found. What have I done wrong? Can [Quoted] anybody help me with this, or give me some good documentation about it?
Thanks a lot,
Wim Valgaeren Received on Mon Nov 22 1999 - 16:26:30 CET