How to add icons and images for my forms ?
Hi everyone:
My forms were upgraded from 6i to 11g. Then all customized images and icons can not display.
Icon filename in property palette of forms and menus are the filename without path.
Following http://docs.oracle.com/cd/B14099_19/web.1012/b14032/configure009.htm
I set default.icons.iconpath to be a absolute path to all icons folder in Registry.dat, and make imageBase= documentbase in formsweb.cfg, doesn't work.
What is the DocumentBase folder ? Is it $ORACLE_HOME/forms ??
I also tried imageBase= codebase, package all images( gif files.) in a jar, store it into the forms/java directory. append icons.jar to archive parameter in formsweb.cfg. still doesn't work.
What's the solution steps to do this please ?