Page 1 of 1

Custom Code / Before and after edit or save etc.

Posted: Thu Nov 05, 2020 6:08 pm
by paulkauz
In ms-access I've often used the event procedure. As I understand a similar fuctionality is provided by the custom code before browse, before edit aso.
Can I get somewhere some code examples to hide / unhide objects in a form, or to make editable or not the same.

BR
Paul

Re: Custom Code / Before and after edit or save etc.

Posted: Thu Nov 05, 2020 6:42 pm
by kev1n
You can use nuHide() to hide objects

https://wiki.nubuilder.cloud/ ... ipt#nuHide

ans nuShow() to show objects

https://wiki.nubuilder.cloud/ ... ipt#nuShow