[oracle forms 10G] display of icons

defff -  
 merie -
Hello everyone,

I am a beginner with Oracle Forms, and I am trying to display icons on buttons but I cannot do it.
I proceeded as follows:
In the orion-web.xml file, I added the line:
<virtual-directory virtual-path="/forms/icons" real-path="C:\icons" />

In the forms.conf file, I added:
AliasMatch ^/forms/icons/(..*) "C:\icons/$1"

I set the Icon property to Yes
I wrote the file name

Thank you for your help.
Configuration: Windows XP Internet Explorer 7.0

1 answer

CINAR
 
Hello

I also have the issue of displaying icons in Oracle Forms 10g developer suite.
Can you help me please?
Thank you in advance.
0
merie
 
Place the jar file "nomFichICON.jar" that contains your icon in the folder c: oraclehome/form90/java

and add to the formsweb.cfg file in the variable archive_jini=f90all_jinit.jar;nomFichICON.jar
0