Skip to Main Content

Oracle Forms

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

Lose of focus (mouse click/enter key)

911532Jan 15 2013 — edited Jan 21 2013
Hello,

we have a problem customers are complaining about for quite a while now, but despite our efforts, we can not fix it or at least determine with certainty the problem cause.

We have an application launching forms apps, and from time-to-time we completely lose the focus on this form (generally after typing ENTER in a filter), I mean by focus, we cannot click anymore (cursor seems to stay on a object), we cannot press enter anymore (we get a 'Not defined key function') and so on...

I heard somewhere that it could be due to 'KEY-OTHERS' trigger not handling correctly the ENTER-KEY. But I need this trigger for my filters, or is there another way? KEY_ENTER does only navigate from field to another.

I found something which was able to remove focus lost (kind of a hack while trying to fix this on an on), but the problem is I had to remove this, because it blocks the opening of new windows or popups. It was a mouse-click trigger on forms triggers level:

Go_Record(:System.Mouse_record);
Go_Item(:System.Mouse_Item);

But this blocks any window opening, and it also blocks some other tools we have developed.

Thanks,

Best regards,

G.


EDIT: Forms 11g, and I am pretty sure we had not that much problems with 10g
EDIT2: I read the same kind of topics in the forum, but no patch seems to help
AND we use JRE 1.7....

Edited by: lakers on Jan 14, 2013 11:56 PM

Edited by: lakers on Jan 14, 2013 11:59 PM
Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on Feb 18 2013
Added on Jan 15 2013
7 comments
1,900 views