Form personalization on Button in oracle standard form.
Hello Experts,
I have a requirement to give a message on the cancle button of batch creation form of oracle.
"GMEBDTED.fmb" is standard oracle Form and having multiple tab like Item reservation , Pending lots for WIP status. When i click on pending lots a new form open where we have OK and cancle button. sometime user do entry for pending lots and click on cancel button and lost all the data.
So user want a pop up message on the click of cancel button to avoid rework But when i am trying to do personalization on this form ${item.gme_product_lots.cancel.value} is always NULL so i am not able to write any condition on the click of event.And after cancellation window get disappear and control comes on previous block.