I'm working with oracle forms. I've a procedure I have to run whenever a specific field's value is modified. The procedure I have to execute contains a go_block instruction, which can't be used in the when_validate_item trigger. Is there anyway to bypass this?
EDIT
I have to use the when_validate_item, because the procedure I have to run has to be run when the field is modified, BUT BEFORE the validation is executed.
本文探讨了在Oracle Forms中如何在when_validate_item触发器中使用含有GO_BLOCK指令的过程。通过巧妙利用WHEN-TIMER-EXPIRED触发器,可以在字段修改前执行带有GO_BLOCK指令的过程,同时确保验证流程正常进行。
581






