Form_trigger_failure not stopping processing in wvi trig
440732Jun 20 2006 — edited Jun 21 2006Hey guys,
I'm using form 6i. I am calling a forms procedure from the when validate item trigger. If some condition is met in the procedure, I raise form_trigger_failure. The problem is this.
I change a value in the field. I then hit the a save button. This fires the wvi trigger on the modified item. The procedure is called and the raise_form_trigger_failure is executed. Then the code in the wbp is executing.
My question is how do I stop processing at the point where the raise_form_trigger_Failure is hit? Any work arounds or ideas would be greatly appreciated. Thanks.