Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
![]() |
![]() |
Home -> Community -> Usenet -> c.d.o.misc -> Re: Forms in appication server
Hi
You have to create a new C Application and a cartridge depending on the
"%ORACLE_HOME%\BIN\ifwebc60.dll"
with an entry point of "form_entry"
Then you have to define some parameters for the cartridge:
baseHTML --> the html containing the applet for your form serverPort --> port of your forms server
remember these params are cas sensitive.
That's it for the OAS now let's move to the HTML
Code your baseHTML like this
<APPLET CODEBASE= "<your virtaul path>"
CODE="oracle.forms.engine.Main" ARCHIVE="<your_virtual_path>/f60all.jar" WIDTH=956 HEIGHT=502> <PARAM NAME="serverArgs" VALUE="module=<phisical_path>\your_form.fmx userid=your_useridusesdi=YES/NO">
VALUE="no">
<PARAM NAME="splashScreen"
VALUE="no">
</APPLET>
hope that helps
christoph
simon cunningham <cs694_at_gre.ac.uk> schrieb in im Newsbeitrag:
38EB321B.84834088_at_gre.ac.uk...
> Hi everyone
> I have running ora App server 4.0 ent edition running and I want to run
> a form through it. I think that I have to install Developer server to
> run the forms but cant see the forms selection when you go to 'create a
> new application' from the OAS manager page. Can this be done on OAS 4.0
> if not what are the steps to get forms over the web.
>
> Simon
>
Received on Wed Apr 05 2000 - 08:50:02 CDT
![]() |
![]() |