To support all browser for oracle forms 10gR2 please complete the following steps:
#################################################################################
To run in all browser we need "jre-6u23-windows-i586-s.exe" this file.
*""* Please collect/download "jre-6u23-windows-i586-s.exe" this file. *""*
1. Change the formsweb.cfg like below
---------------------------------------------------------------------------------
# System parameter: default base HTML file
baseHTML=webutiljpi.htm
# System parameter: base HTML file for use with JInitiator client
baseHTMLjinitiator=webutiljpi.htm
# System parameter: base HTML file for use with Sun's Java Plug-In
baseHTMLjpi=webutiljpi.htm
# System parameter: base HTML file for use with Microsoft Internet Explorer
baseHTMLie=webutiljpi.htm
jpi_download_page=/forms/jinitiator/us/jre-6u23-windows-i586-s.exe
jpi_classid=clsid:CAFEEFAC-0016-0000-FFFF-ABCDEFFEDCBA
jpi_codebase=/forms/jinitiator/us/jre-6u23-windows-i586-s.exe#Version=1,6,0,23
jpi_mimetype=application/x-java-applet
# Internet Explorer uses mimetype that includes version specifier.
jpi_ie_mimetype=application/x-java-applet;jpi-version=1.6.0.23
# New parameter to use in OBJECT/EMBED tags to indicate java version.
# Parameter uses a trailing "*" to use a version family.
java_version=1.6*
2. Change the basejpi.htm and webutiljpi.htm like below(file located in <ORACLE_HOME>\forms\server\)
----------------------------------------------------------------------------------------------------
<!-- Forms applet definition (start) -->
<OBJECT classid="%jpi_classid%"
codebase="%jpi_codebase%"
WIDTH="%Width%"
HEIGHT="%Height%"
HSPACE="0"
VSPACE="0">
<PARAM NAME="TYPE" VALUE="%jpi_ie_mimetype%">
<PARAM NAME="JAVA_VERSION" VALUE="%java_version%">
<EMBED SRC="" PLUGINSPAGE="%jpi_download_page%"
CODE="Applet.class"
TYPE="%jpi_mimetype%"
java_codebase="%codebase%"
java_code="oracle.forms.engine.Main"
java_archive="%archive%" (for webuti use java_archive="%archive%,%webUtilArchive%")
java_version="%java_version%"
WIDTH="%Width%"
HEIGHT="%Height%"
3.
Now keep the jre-6u23-windows-i586-s.exe software in D:\DevSuiteHome_1\jinit\us\
4.
Configuration complete but if u use Opera, Googe Chrome,Safari etc
Please run the software first on IE or Mozilla Firefox. then it will work for all browser.
Key Map Example
---------------
[key_jre]
form=D:\BEFTN\FORMS\FRM_LOGON_MICR_S.fmx
userid=beftn/beftn@dba
pageTitle=digiPay:: Developed By ERA InfoTech Ltd#envFile=default.env
width=100%
height=100%
lookAndFeel=oracle
colorscheme=blue
imagebase=documentbase
splashscreen=none
logo=none
separateFrame=false
background=none
baseHTML=webutiljpi.htm
baseHTMLjinitiator=webutiljpi.htm
baseHTMLjpi=webutiljpi.htm
baseHTMLie=webutiljpi.htm
jpi_download_page=/forms/jinitiator/us/jre-6u43-windows-i586.exe
jpi_classid=clsid:CAFEEFAC-0016-0000-FFFF-ABCDEFFEDCBA
jpi_codebase=/forms/jinitiator/us/jre-6u23-windows-i586-s.exe#Version=1,6,0,43
jpi_mimetype=application/x-java-applet
jpi_ie_mimetype=application/x-java-applet;jpi-version=1.6.0.43
java_version=1.6*
HTMLbodyAttrs=scroll="no" toolbar="no" leftmargin="0" topmargin="0" marginheight="0" marginwidth="0"
WebUtilArchive=frmwebutil.jar,jacob.jar
# baseHTMLjinitiator=webutiljini.htm
# baseHTMLjpi=webutiljpi.htm
archive_jini=frmall_jinit.jar,f90all.jar,rolloverbutton.jar,lablediconbutton.jar,swingbutton.jar
archive=frmall.jar,f90all.jar,rolloverbutton.jar,lablediconbutton.jar,swingbutton.jar,frmwebutil.jar,jacob.jar,handleimage3.jar,jdic.jar,eHTMLBrowser.jar,getClientInfo.jar,,myIcons.jar
escapeparams=true
WebUtilLogging=on
WebUtilLoggingDetail=normal
ebUtilErrorMode=Alert
WebUtilTrustInternal=true
WebUtilDispatchMonitorInterval=5
WebUtilMaxTransferSize=16384
#################################################################################
To run in all browser we need "jre-6u23-windows-i586-s.exe" this file.
*""* Please collect/download "jre-6u23-windows-i586-s.exe" this file. *""*
1. Change the formsweb.cfg like below
---------------------------------------------------------------------------------
# System parameter: default base HTML file
baseHTML=webutiljpi.htm
# System parameter: base HTML file for use with JInitiator client
baseHTMLjinitiator=webutiljpi.htm
# System parameter: base HTML file for use with Sun's Java Plug-In
baseHTMLjpi=webutiljpi.htm
# System parameter: base HTML file for use with Microsoft Internet Explorer
baseHTMLie=webutiljpi.htm
jpi_download_page=/forms/jinitiator/us/jre-6u23-windows-i586-s.exe
jpi_classid=clsid:CAFEEFAC-0016-0000-FFFF-ABCDEFFEDCBA
jpi_codebase=/forms/jinitiator/us/jre-6u23-windows-i586-s.exe#Version=1,6,0,23
jpi_mimetype=application/x-java-applet
# Internet Explorer uses mimetype that includes version specifier.
jpi_ie_mimetype=application/x-java-applet;jpi-version=1.6.0.23
# New parameter to use in OBJECT/EMBED tags to indicate java version.
# Parameter uses a trailing "*" to use a version family.
java_version=1.6*
2. Change the basejpi.htm and webutiljpi.htm like below(file located in <ORACLE_HOME>\forms\server\)
----------------------------------------------------------------------------------------------------
<!-- Forms applet definition (start) -->
<OBJECT classid="%jpi_classid%"
codebase="%jpi_codebase%"
WIDTH="%Width%"
HEIGHT="%Height%"
HSPACE="0"
VSPACE="0">
<PARAM NAME="TYPE" VALUE="%jpi_ie_mimetype%">
<PARAM NAME="JAVA_VERSION" VALUE="%java_version%">
<EMBED SRC="" PLUGINSPAGE="%jpi_download_page%"
CODE="Applet.class"
TYPE="%jpi_mimetype%"
java_codebase="%codebase%"
java_code="oracle.forms.engine.Main"
java_archive="%archive%" (for webuti use java_archive="%archive%,%webUtilArchive%")
java_version="%java_version%"
WIDTH="%Width%"
HEIGHT="%Height%"
3.
Now keep the jre-6u23-windows-i586-s.exe software in D:\DevSuiteHome_1\jinit\us\
4.
Configuration complete but if u use Opera, Googe Chrome,Safari etc
Please run the software first on IE or Mozilla Firefox. then it will work for all browser.
Key Map Example
---------------
[key_jre]
form=D:\BEFTN\FORMS\FRM_LOGON_MICR_S.fmx
userid=beftn/beftn@dba
pageTitle=digiPay:: Developed By ERA InfoTech Ltd#envFile=default.env
width=100%
height=100%
lookAndFeel=oracle
colorscheme=blue
imagebase=documentbase
splashscreen=none
logo=none
separateFrame=false
background=none
baseHTML=webutiljpi.htm
baseHTMLjinitiator=webutiljpi.htm
baseHTMLjpi=webutiljpi.htm
baseHTMLie=webutiljpi.htm
jpi_download_page=/forms/jinitiator/us/jre-6u43-windows-i586.exe
jpi_classid=clsid:CAFEEFAC-0016-0000-FFFF-ABCDEFFEDCBA
jpi_codebase=/forms/jinitiator/us/jre-6u23-windows-i586-s.exe#Version=1,6,0,43
jpi_mimetype=application/x-java-applet
jpi_ie_mimetype=application/x-java-applet;jpi-version=1.6.0.43
java_version=1.6*
HTMLbodyAttrs=scroll="no" toolbar="no" leftmargin="0" topmargin="0" marginheight="0" marginwidth="0"
WebUtilArchive=frmwebutil.jar,jacob.jar
# baseHTMLjinitiator=webutiljini.htm
# baseHTMLjpi=webutiljpi.htm
archive_jini=frmall_jinit.jar,f90all.jar,rolloverbutton.jar,lablediconbutton.jar,swingbutton.jar
archive=frmall.jar,f90all.jar,rolloverbutton.jar,lablediconbutton.jar,swingbutton.jar,frmwebutil.jar,jacob.jar,handleimage3.jar,jdic.jar,eHTMLBrowser.jar,getClientInfo.jar,,myIcons.jar
escapeparams=true
WebUtilLogging=on
WebUtilLoggingDetail=normal
ebUtilErrorMode=Alert
WebUtilTrustInternal=true
WebUtilDispatchMonitorInterval=5
WebUtilMaxTransferSize=16384
Slotty Casino Resort in Ridgefield - Mapyro
ReplyDeleteFind 부산광역 출장마사지 Slotty Casino Resort (Ridgefield), 부천 출장샵 located 충청북도 출장안마 at 1510 South Ridgefield Road, in Ridgefield, United States. Get directions, 경산 출장마사지 reviews and information for Slotty Rating: 안산 출장마사지 3.9 · 1,024 reviews