Hello,
I am in the process of deploying my WebForms using the Oracle Forms/Reports Services 10g and an Oracle 9.2.0.4 Database.
I defined an custom configuration section under the Forms Configuration section of the Application Server. The configuration section contains the following parameters:
imageBase=codebase
codebase=/forms/java
archive=f90all.jar
archive_jini=f90all_jini.jar, katzicons.jar
baseHTMLJInitiator=mybasehtmljini
userid=system/manager1@oracleln
width=700
height=600
I created a custom icon java archive that contains about 20-30 gif files used by my Webforms. I can invoke the individual gif files and java archive through the Web. However for some reason my WebForms do not display the individual icons on the toolbar at runtime.
I can however display icons contained in the f90all_jini.jar archive (icons like, PRINT' SAVE, FILE, OPEN,etc.). I cannot display my own custom icons.
1) Any suggestions as to resolve this issue ?
PT
