Hello all,
I have Forms 10, and in a WHEN-VALIDATE-ITEM trigger I raise FORM_TRIGGER_FAILURE when a duplicate value is being entered into a table.
BUT: I am unable to proceed in the form after this, all my button are disabled, etc.
I do not wish to continue entering this particular item, I want to be able to do other thing around this form.
How do I regain control of the form after FORM_TRIGGER_FAILURE?
Thank you!