I'm using a drop down with a list of values (example "Manager, super, user"), when I select one I want my List Box to populate more then one value. the code below will only select the last value which in this case would be "Value3". How would I get it to only select value1 and value2 as an example?
if (this.rawValue == "Manager") then
listboxname.rawValue = "Value1"
listboxname.rawValue = "Value2"
listboxname.rawValue = "Value3"
endif
you can use this script in the change:Event of the dropdown list.
radzmar
• LoveCycle Blog
Documents you need:
• LiveCycle Designer ES2 Docs