Hello Guys, I have a Lookup Along with a Select, it works but the problem is that I have to save for it to work
Welcome to the nuBuilder Forums!
Register and log in to access exclusive forums and content available only to registered users.
Register and log in to access exclusive forums and content available only to registered users.
Lookup and select
-
- nuBuilder Team
- Posts: 4292
- Joined: Sun Oct 14, 2018 6:43 pm
- Has thanked: 71 times
- Been thanked: 444 times
- Contact:
Re: Lookup and select
Hi,
I presume that the select object references the lookup object in the SQL WHERE clause.
To refresh the select object after a value has been picked from the lookup object, call nuRefreshSelectObject('id_of_select_object') in the LUJS event:
I presume that the select object references the lookup object in the SQL WHERE clause.
To refresh the select object after a value has been picked from the lookup object, call nuRefreshSelectObject('id_of_select_object') in the LUJS event:
You do not have the required permissions to view the files attached to this post.