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!

Trigger not working after Pressing ESC key in a list Box

470436Jul 5 2008 — edited Jul 5 2008
Dear Gurus

I am working with Oracle Forms 6 and Forms 10g jumping here and there

I had a problem with List box - POPLIST . it has 2 static entries. on selecting one entry , in WHEN-LIST-CHANGED trigger i executed a Proc.

Also i was able to execute this trigger by typing the first character of the entry like S for state and D for district.

When i was testing this form , i open the list saw the entries and pressed esc.

Now i press S , the value in the listbox changes to State and When i Press D the value in the listbox changes to District . But the proc in the WHEN-LIST-CHANGED trigger does not get executed . In fact the WHEN-LIST-CHANGED trigger itself is not fired .

But if i use mouse and pull down the list and select the entry , then the trigger works but the moment i press esc , the trigger does not works

Can u please help me in this regard ? this happens after i press esc


with warm regards
ssr
Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on Aug 2 2008
Added on Jul 5 2008
7 comments
1,133 views