Web based applications no longer use .ICO files (UI_ICON path) as the base
of a button image. The Oracle webform user interface is not handled by the
Toolkit, it is handled by JAVA, which uses .GIF or .jpg Files instead
of .ico Files. To make these Files available for the end user, edit
the search path in the registry.dat file (not the NT registry.) The
registry.dat file is located in the following directory:
OH\forms60\java\oracle\forms\registry\
Open this file with a text editor, go to the bottom and edit the
following:
default.icons.iconpath=/dev60icons/
or
default.icons.iconpath=http://your_webserver/dev60icons/
The default icon path now points to the virtual directory
/dev60icons/, which maps to the physical directory that contains the
gif or jpg files used in the application.
The same applies for images
display using read_image_file.
Note: After changes in the registry.dat file the Forms Server Listener must
Stop and Restart new.
Partager