Hi All,
I have a form level on error trigger . There is a multi row block which populated from a table. User can edit couple of number fields . In those fields we have format mask as 9999.
We have a menu item (save) in the form . it is calling a form level trigger to save the code in backend.
When user enters some decimal values in the number field and directly choose menu for save the data.. this time frm-40209 triggers multiple time and form is hanging. not sure how to avoid this.
Please suggest