Skip to Main Content

Oracle Forms

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

Interested in getting your voice heard by members of the Developer Marketing team at Oracle? Check out this post for AppDev or this post for AI focus group information.

how to call the forms by web applications

user3266490Sep 1 2009 — edited Sep 1 2009
Hi,
How to call the forms by web applications
in client machine which one i have to install whether form server or client
or

can i call from local machine to remote machine(EBS suite installed)


i tried to call from local machine(forms client only installed)by remote machine(EBS suite machine)


coding


<HTML>

<!-- FILE: static_jinit.html -->
<!-- Oracle Static (Non-Cartridge) HTML File Template (Windows NT) -->
<!-- Tags and parameters have been modified for Oracle JInitiator -->

<HEAD><TITLE>Developer Server and Oracle JInitiator</TITLE></HEAD>

<BODY>

<OBJECT classid="clsid:7d0314a8-7851-11d4-a3e1-00c04fa32518"
WIDTH=800
HEIGHT=600>
<PARAM NAME="CODE" VALUE="oracle.forms.engine.Main" >
<PARAM NAME="CODEBASE" VALUE="D:\oracle60\FORMS60\java\" >
<PARAM NAME="ARCHIVE" VALUE="f60all.jar" >
<PARAM NAME="type" VALUE="application/x-jinit-applet;version=1.1.7.31">
<PARAM NAME="serverHost" VALUE="ebs.yantro.com"> (ebs suite application host name)
<PARAM NAME="serverPort" VALUE="8045"> (port number of EBS suite)
<PARAM NAME="serverArgs" VALUE="module=*test.fmx* *userid=apps/apps@FTEN"*>
<PARAM NAME="serverApp" VALUE="default">
<COMMENT>
<EMBED type="application/x-jinit-applet;version=1.1.7.31"
java_CODE="oracle.forms.engine.Main"
java_CODEBASE="D:\oracle60\FORMS60\java\"
java_ARCHIVE="f60all.jar"
WIDTH=800
HEIGHT=600
serverHost="ebs.yantro.com"
serverPort="8045"
serverArgs="module=test.fmx userid=apps/apps@FTEN"
serverApp="default"
pluginspage="/jinitiator/us/jinit_download.htm">
<NOEMBED>
</COMMENT>
</NOEMBED></EMBED>
</OBJECT>
</BODY>
</HTML>

test.fms is customized file.

the problem is applest page not open when i execute the program.
Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on Sep 29 2009
Added on Sep 1 2009
5 comments
956 views