Today I discovered that Firefox crashes when I started up an Oracle Forms application using JInitiator. One thing I noticed that two JVM's were started (two icons showed up in the taskbar). After switching off Java inside Firefox (via Tools->Options->Content) everything works fine. So no need for IE anymore...
Remember Oracle Forms? One of the nice features of Forms was the use of GLOBAL items. More or less comparable to Application Items in APEX. These GLOBALS where often used to pre-query data. For example you queried Employee 200 in Form A, then opened Form B and on opening that Form the Employee field is filled with that (GLOBAL) value of 200 and the query was executed. So without additional keys strokes or entering data, when switching to another Form a user would immediately see the data in the same context. And they loved that. In APEX you can create a similar experience using Application Items (or an Item on the Global Page) for Classic Reports (by setting a Default Value to a Search Item) and Interactive Reports (using the APEX_IR.ADD_FILTER procedure). But what about the Interactive Grid? There is no APEX_IG package ... so the first thing we have to figure out is how can we set a filter programmatically? Start with creating an Interactive Grid based upon the good old Employ
Comments
i am vista user. can u tell me i can i make my PC work for Oracle application without useing JInitiator
Amit
JInitiator is known to not work with Vista and Sun is not planning to support 1.3 on Vista. Oracle therefore have no plans to certify JInitiator with Vista.Vista users should be steered towards Sun's plug-in 1.5 once it is certified. That is planned for 10.1.2.3.
So you should try using Suns JVM instead of JInitiator (I didn't try it yet, because I don't have Vista).
HTH
Ganesh
You have to modify the formsweb.cfg file. See this for the details.
HTH
Roel
I Managed to get JVM to work for Vista by editing formsweb.cfg and change the settings of the forms server to auto download the correct plugins. My article is in dutch, you can read it here. Fot the non-dutch readers: at the bottom of the document there are some links to english articles.
Good luck!