Can a delete action in forms app be trapped by personalization?
Is there any way I can 'trap" a delete action in the forms application? I need to check some other info in the database and generate an error message to prevent the delete from proceeding under certain circumstances so, while I could 'catch" a delete with a trigger defined from the back end, I need to change the forms application's behavior in the process so a personalization would seem to be the place to do it, though I can't seem to figure out how.
Thanks.