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!

key-next-item trigger and lov

Eslam_ElbyalyOct 6 2015 — edited Oct 8 2015

hi ,

i have an item in a tabular block , this item has a list of value .

i am using barcode ,

as you know the barcode reader reads the code into the item and clicks Enter key , so i've created a key-next-item trigger to retrieve the attribute of the item (name , discount , etc ...)

each item could have more than one record , each with a different expiry date ,  i should retrieve the attributes of the item which has min(expiry_date ) ,

but the user may want to choose another expiry date of the item from the lov , the problem is when he choose from the lov then goes out from the item , the key-next-item trigger will fire again

and change the values retrieved by the lov .

how to deal with that ?

Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on Nov 5 2015
Added on Oct 6 2015
9 comments
1,416 views