combo box problem when running form using JRE [message #536296] |
Tue, 20 December 2011 03:25 ![Go to next message Go to next message](/forum/theme/orafaq/images/down.png) |
nasir_mughal
Messages: 122 Registered: April 2007 Location: Karachi
|
Senior Member |
|
|
Hi,
There are four forms in my form application they each have one list item with type as combo box. They are working fine when i run them using Oracle jinitiator.
When trying to run forms using JRE, When i try to open form the browser and form application stop responding. And i need to restart application.
But if i change the list item's type to popup list. Then forms are working fine even using JRE.
Can anyone help me, As i need to use JRE to run application. And need combo box in my forms as well.
Thanks in advace
[Updated on: Tue, 20 December 2011 03:28] Report message to a moderator
|
|
|
|
|
Re: combo box problem when running form using JRE [message #536368 is a reply to message #536296] |
Tue, 20 December 2011 08:09 ![Go to previous message Go to previous message](/forum/theme/orafaq/images/up.png) |
joy_division
Messages: 4963 Registered: February 2005 Location: East Coast USA
|
Senior Member |
|
|
nasir_mughal wrote on Tue, 20 December 2011 04:25Hi,
There are four forms in my form application they each have one list item with type as combo box. They are working fine when i run them using Oracle jinitiator.
When trying to run forms using JRE, When i try to open form the browser and form application stop responding. And i need to restart application.
But if i change the list item's type to popup list. Then forms are working fine even using JRE.
Can anyone help me, As i need to use JRE to run application. And need combo box in my forms as well.
Thanks in advace
This is actually a known bug when there is a combobox. I just converted mine to LOVs because when I made them poplists, some other functionality didn't work.
There is a missing method or class (sorry, not a java person) in OAS previous to version 10.2.something. you will also need JRE at least version 1.6.18.
do a search on google for jre combobox error and you will find the exact version of OAS and a full description of the problem.
|
|
|