Welcome to the nuBuilder Forums!

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

Event not fired for Lookups

Questions related to using nuBuilder Forte.
Post Reply
kev1n
nuBuilder Team
Posts: 4416
Joined: Sun Oct 14, 2018 6:43 pm
Has thanked: 74 times
Been thanked: 472 times
Contact:

Event not fired for Lookups

Unread post by kev1n »

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:

Code: Select all

alert('you will never see me!');

https://github.com/smalos/nuBuilder4-Bu ... t_fired.md
admin
Site Admin
Posts: 2822
Joined: Mon Jun 15, 2009 2:23 am
Been thanked: 29 times

Re: Event not fired for Lookups

Unread post by admin »

kev1n,

Try putting it here...
test2.PNG

Steven
You do not have the required permissions to view the files attached to this post.
kev1n
nuBuilder Team
Posts: 4416
Joined: Sun Oct 14, 2018 6:43 pm
Has thanked: 74 times
Been thanked: 472 times
Contact:

Re: Event not fired for Lookups

Unread post by kev1n »

Hi Steven,

Thanks, Yes, for onblur one could use the Lookup JS. But if I was going to catch other events like onkeypress, oninput etc.,
I would have to add them under Custom Code (But these events are not triggered...)
kev1n
nuBuilder Team
Posts: 4416
Joined: Sun Oct 14, 2018 6:43 pm
Has thanked: 74 times
Been thanked: 472 times
Contact:

Re: Event not fired for Lookups

Unread post by kev1n »

Fix is on Github.
Post Reply