Friday, September 6, 2013

R12 - How To Change The Forms Logo On The Right Hand Side Of The Navigator

R12 - How To Change The Forms Logo On The Right Hand Side Of The Navigator

Solution

This document is being delivered to you via Oracle Support's Rapid Visibility (RaV) process and therefore has not been subject to an independent technical review.
APPLIES TO:

Oracle Applications Technology Stack - Version: 12.1.1 and later   [Release: 12.1 and later ]
Information in this document applies to any platform.
GOAL


=== ODM Question ===

R12: Ebusiness suite

How to change the Oracle logo on the right hand side of the navigator in forms?

See Logo_To_Change attachment


SOLUTION


=== ODM Answer ===

The idea here is to replace the logo in frmall.jar. Then reload it.

cp $ORACLE_HOME/forms/java/frmall.jar $ORACLE_HOME/forms/java/frmall.jar.BAK
cp $ORACLE_HOME/forms/java/frmall.jar /tmp/test
cd /tmp/test
jar -xvf frmall.jar
rm -rf META-INF/
copy your own oracle_logo_light.gif to oracle/forms/icons/oracle_logo_light.gif
cd /tmp/test
jar -cvf frmall.jar *
cp frmall.jar $ORACLE_HOME/forms/java/frmall.jar

adadmin (jar regenerate)  and use the FORCE option

Retest the issue

No comments:

Post a Comment