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 ?