icon images in oracle 10 [message #492993] |
Fri, 04 February 2011 03:36 |
|
Hi,
While working on oracle 10g i am facing a problem in getting the images of icon in the menu of the front end (developer 2000)
I did try changing the dat file, orion files as below, but i could get the icon images if i run the fmb , but when i run the report from front end it doesnt appear.
thanks in advance for all the help i get in solving this problem
Icons To Be Shown In Windows Environment
1) Created a folder Icons in $ORACLE_HOME/Icons
2) Copied all *.gif files to folder Icons
3) Went to $ORACLE_HOME/forms/java/oracle/forms/registry and edit registry.dat and
edited the below lines to
default.icons.iconpath=Icons/
default.icons.iconextension=gif
4) Went to $ORACLE_HOME/forms/server and edit forms.conf file with
AliasMatch ^/forms/Icons(..*) "C:Devsuite/forms/Icons/$1"
5) Went to $ORACLE_HOME/j2eeDevSuiteapplication-deploymentsformsformsweb AND EDIT
orion-web.xml and the below line
<virtual-directory virtual-path="Icons" real-path="C:Devsuite/forms/Icons" />
|
|
|