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.

Lookup and select

Questions related to using nuBuilder Forte.
Post Reply
Gerry_26
Posts: 11
Joined: Thu Jul 07, 2022 5:38 pm
Location: Guadalajara Jalisco Mexico
Has thanked: 1 time
Been thanked: 1 time

Lookup and select

Unread post by Gerry_26 »

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
OrdTS_Lookup_Empty.jpg
OrdTS_Lookup_Full.png
You do not have the required permissions to view the files attached to this post.
kev1n
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

Unread post by kev1n »

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:
2022-08-25_073511.png
You do not have the required permissions to view the files attached to this post.
Gerry_26
Posts: 11
Joined: Thu Jul 07, 2022 5:38 pm
Location: Guadalajara Jalisco Mexico
Has thanked: 1 time
Been thanked: 1 time

Re: Lookup and select

Unread post by Gerry_26 »

It works, Thanks
Post Reply