Hello,

Only the SAVE and PRINT icon images appear in my toolbar in the Oracle 9i iDS on my Client Windows XP Pro computer. At runtime in Oracle 9i, no icons are displayed in the toolbar.

I converted all ICO files to GIF files and generated an JAR file as indicated in the Forms/Reports Services Deployment Guide for Oracle 10g.

Now, I am in the process of deploying my Forms/reports application over the Web, and created a configuration section in the Application Server Forms section. The contents of that section are as follows:
------
form=tbnewprj
imageBase=codebase
codebase=/forms90/java
archive_jini=icontest.jar
archive=icontest.jar
IE=native
userid=system/manager1@oracleln
-----

Note, even when I set imageBase=DocumentBase and all my source GIF are located in my /forms90 subfolder. I still cannot see my icons on my WebForms at Runtime.

Any ideas how I can resolve this issue ?

PT


PS: I only made changes to the formsweb.cfg file, I did not make any modification to the Registry.dat file.