Form9i v/s iconos
Podria alguien ayudarme en la configuración de los iconos, ya que al ejecutar el form no se ven
se los agradeceria mucho
se los agradeceria mucho
Para que las formas puedan reconocer los archivos .gif y no los icos, debe de crear un archivo tipo jar y empaquetar todos sus archivos gif en dicho archivo jar, luego, considere los siguientes puntos:
--- Edit the Forms Web configuration file
In Notepad, open %ORACLE_HOME%forms90serverformsweb.cfg
Add the following lines to the end of the file:
[test]
useSDI=no
Locate the section labeled # Parameters related to the version of JInitiator and edit the lines under that section to read as follows:
jinit_classid=clsid:CAFECAFE-0013-0001-0009-ABCDEFABCDEF
jinit_exename=jinit.exe#Version=1,3,1,9
jinit_mimetype=application/x-jinit-applet;version=1.3.1.9
Locate the section whose label begins # The following archive settings are for and edit the lines under that section to read as follows:
archive_jini=f90all_jinit.jar,my_icons.jar
archive_ie=f90all.cab
archive=f90all.jar,my_icons.jar
Locate the section labeled # 3) Values for the Forms applet parameters: and edit the imageBase parameter to read as follows:
imageBase=codeBase
-- Save and exit the file.
-- Install JInitiator 1.3.1.9
Download JInitiator 1.3.1.9 from http://otn.oracle.com/software/products/developer/htdocs/jinit.htm and save it to the %ORACLE_HOME%jinit directory.
Double-click the jinit1319.exe file to install JInitiator 1.3.1.9
Rename %ORACLE_HOME%jinitjinit.exe to jinit1318.exe
Rename %ORACLE_HOME%jinitjinit1319.exe to jinit.exe
-- Set the path for Forms to access its modules:
Run regedit.exe to access the Windows registry.
Double-click the key HKEY_LOCAL_MACHINE/SOFTWARE/ORACLE/HOMEx/FORMS90_PATH
(where HOMEx is the HOME for the iDS installation). The Edit String dialog box is displayed.
At the end of the Value data entry, add your directories. For example, add: ;c:apps;c:appsconta;c:appsfactu
Click OK, and close the registry window.
