Page 1 of 1

select object

Posted: Thu May 13, 2021 2:40 am
by bfosbinder
this is probably an easy one, but ive looked all day and havent seen the answer.
i have a select list (or lookup) and then a button to open a browse/edit form, passing the data in the select list to the run object using a hash variable on the run object i.e.: #objectname#. the problem is, when i select from the list the hash variable doesnt get updated unless i refresh the page. how do i update the selected data in the select object without refreshing the whole page?

Re: select object

Posted: Thu May 13, 2021 7:21 am
by kev1n
Hi,

There's a nuRefreshSelectObject() function to refresh a Select Object.