Welcome to the nuBuilder forums!

Please register and login to view forums and other content only available to registered users.

[Added] JS nuOnAddAction() event

Information about updates, news, Code Library
admin
Site Admin
Posts: 2778
Joined: Mon Jun 15, 2009 2:23 am
nuBuilder Version: 4.5

[Added] JS nuOnAddAction() event

Unread post by admin »

If the function nuOnAddAction() exists, it will be run when a new Record is being added ("Add" button clicked on a Browse Form)
If false is returned, nuBuilder will call the default action (add a new Record).

This can be useful if you want to open different forms based on the record clicked.
Post Reply