I am very new to this. My first post.
I am creating a form where I have a drop downlist and I want one of the dropdown selections picked automaticlly if a checkbox is checked.
I just cant get it to heppen.
Any ideas?
I am very new to this. My first post.
I am creating a form where I have a drop downlist and I want one of the dropdown selections picked automaticlly if a checkbox is checked.
I just cant get it to heppen.
Any ideas?
Dropdown1.setItemState(11, true);
// Check if Box1 is 1 and Box 2 is not 0if(Box1.value.integer.value == 1 && Box2.value.integer.value != 0){this.setItemState(1, true);}else{this.rawValue = null;}
A small JavaScript in the change:event of the checkbox can control the preselection of an item of the drop down box.
radzmar
• LoveCycle Blog
Documents you need:
• LiveCycle Designer ES2 Docs