When i'm on some record in my form, how can i disable all others. So i can't click on other records. I always stay in my current record (item) unless i write something into it.
It means that you can't move to another record without filling required items but you can move between items within the same record.
---------
You can also use Pre-Record trigger and test there some conditions and if they are not met then use
RAISE Form_Trigger_Failure;
and focus remains in the current item.
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.