Event not fired for Lookups
Posted: Sun Aug 09, 2020 3:56 pm
Hi Steven,
Events are not fired for Lookup Objects.
E.g. add an Event onblur (or any other event) in the "Custom Code" Tab with the Javascript:
https://github.com/smalos/nuBuilder4-Bu ... t_fired.md
Events are not fired for Lookup Objects.
E.g. add an Event onblur (or any other event) in the "Custom Code" Tab with the Javascript:
Code: Select all
alert('you will never see me!');
https://github.com/smalos/nuBuilder4-Bu ... t_fired.md