I have a question how to prevent from leaving TEXT_ITEM when for example inputed value is incorrect or is null. Wat trigger should I use? I tried POST-TEXT-ITEM, I can warn user that empty values are not permitted, but anyway cursor goes to next item...
very very easy : in your post-text-item trigger, add a call to the RAISE_FORM_TRIGGER_FAILURE, it results in an abort of the normal flow, in your case aborting the exit from the text item.... Check the Forms help, you will find many refs and some examples.
Bookmarks