Welcome to the nuBuilder Forums!

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

[Added] JS nuOnAddAction() event

Information about updates, news, Code Library
admin
Site Admin
Posts: 2813
Joined: Mon Jun 15, 2009 2:23 am
Been thanked: 25 times

[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