Page 1 of 1
Passing values between forms
Posted: Fri Dec 23, 2022 3:07 pm
by tba
I want to be able to pass a list value eg 1,2 or 3 as selected by the user to whichever form is associated with the selected value and then use that value in the destination form. Is this possible and if so how?
Re: Passing values between forms
Posted: Fri Dec 23, 2022 3:20 pm
by Pablo
This is possible, but there is no standard option so this will require custom code. This cannot be implemented 'visually'.
Re: Passing values between forms
Posted: Fri Dec 23, 2022 3:26 pm
by tba
thankyou .. are there any tutorials or examples available for me to try?
Re: Passing values between forms
Posted: Fri Dec 23, 2022 3:34 pm
by Pablo
This is not specific to WWB, but maybe this will be helpful?
https://stackoverflow.com/questions/204 ... to-another