Hi
I am working in Livecycle 8.0 creating a dynamic form
I have 7 checkboxes I need to display which items have been selected in a seperate field i.e
If the user chooses 3 items the names associated with those checkboxes would display in a text box as a list of items.
Does anyone know any code that would do this
if (this.rawValue = 1)
textBox.rawValue = "some text"