Deploying Icons on the Tool Bar
405454Nov 22 2003 — edited Nov 24 2003Hi All
I have a custom toolbar for Forms 9i on the web and I want to deploy Icons on the Push buttons. Like it says in the White papers I crearted a .jar file called Icons.jar with all the .gif images and placed it in the
oraclehome/forms90/java directory.
I also changed the formsweb.cfg file and added the
following parameters.
archive_jini = f90all_jini.jar, Icons.jar
imagebase = codebase
In the forms Developer in the push button properties I have
Iconic = yes
Icon Filename = oraclehome\forms90\java\Icons.jar\iconname
I donot add the .gif at the end.
Eventhough I tried all this I am still getting the FRM -41067 Cannot find Menu Item: Invalid Id Error.
Please help.
Thanks A Lot.