Welcome to the nuBuilder Forums!

Register and log in to access exclusive forums and content available only to registered users.

select object

Questions related to using nuBuilder Forte.
Post Reply
bfosbinder
Posts: 1
Joined: Thu May 13, 2021 2:32 am

select object

Unread post 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?
kev1n
nuBuilder Team
Posts: 4305
Joined: Sun Oct 14, 2018 6:43 pm
Has thanked: 71 times
Been thanked: 446 times
Contact:

Re: select object

Unread post by kev1n »

Hi,

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