Welcome to the nuBuilder Forums!

Join our community by registering and logging in.
As a member, you'll get access to exclusive forums, resources, and content available only to registered users.

[Added] JS Global events

Information about updates, news, Code Library
admin
Site Admin
Posts: 2829
Joined: Mon Jun 15, 2009 2:23 am
Been thanked: 30 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