Page 1 of 1
Lookup and select
Posted: Thu Aug 25, 2022 7:08 am
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
Re: Lookup and select
Posted: Thu Aug 25, 2022 7:36 am
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
Re: Lookup and select
Posted: Fri Aug 26, 2022 6:06 am
by Gerry_26
It works, Thanks