FRM-41050 Issue
Hi,
I am developing a custom form and I set the block property of update,insert and delete to false on certain conditions which works.
For inserts, I created on ON-ERROR trigger to suppress the FRM-41051 error message but I am not able to handle FRM-41050 error for updates when I query an existing record. The error keeps coming and becomes a deadlock and I am not able to leave the form.
Is there a way where we can suppress this error but still have functionality in place? Any ideas?