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!
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.
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.
Lookup and select
-
- nuBuilder Team
- Posts: 4581
- Joined: Sun Oct 14, 2018 6:43 pm
- Has thanked: 76 times
- Been thanked: 536 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.