Im trying to assign a value from a validator to a variable, I can manage to assign it to a property but for some reason it doesn't work for variable.
for example i would like the value in 1 once selected populate in 2.
Thank you!
In the Combo Box Change Event.using function Get the value of the combo box and assign the value to the label content.
Like setvarvalues event?
People prefer doing things in different ways. I am a fan of using FormScript for a lot of stuff.
Did you know you can run FormScript from a validator?
Here I am raising an event (passed in via %1) inside a validator. That event itself just calls a FormScript method I wrote. From in there it is pretty easy to set variables to values and stuff via code (at least for me).
are you referring to:
Thank you, will look into this!