Can the default value of a field be set and changed with code? ie: a checkbox is set default as on, but wish to change to off via code.
CheckBox.value.integer.value = 0;
radzmar • LoveCycle Blog Documents you need: • LiveCycle Designer ES2 Docs
here's a script to set the value of a check box.
CheckBox.value.integer.value = 0;
radzmar
• LoveCycle Blog
Documents you need:
• LiveCycle Designer ES2 Docs