Welcome to the nuBuilder Forums!

Register and log in to access exclusive forums and content available only to registered users.

Custom Code / Before and after edit or save etc.

Questions related to customising nuBuilder Forte with JavaScript or PHP.
Post Reply
paulkauz
Posts: 30
Joined: Fri Oct 30, 2020 7:08 pm

Custom Code / Before and after edit or save etc.

Unread post 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
If you like nuBuilder, please leave a review on SourceForge
kev1n
nuBuilder Team
Posts: 4304
Joined: Sun Oct 14, 2018 6:43 pm
Has thanked: 71 times
Been thanked: 445 times
Contact:

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

Unread post 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
Post Reply