Welcome to the nuBuilder Forums!

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

[Added] JS Global events

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

[Added] JS Global events

Unread post by admin »

These functions can be placed in Setup -> Header:

nuAfterDeleteGlobal()

This function will be run after a Record has been deleted.

nuLoadBrowseGlobal()

This function will be run after each Browse Form loads.

nuLoadEditGlobal()

This function will be run after each Edit Form loads.

nuFormatValueClearedGlobal()

This function will be run after a Value has been cleared due to an invalid format (e.g. an entered date format does not match defined format)
Post Reply