Good morning.
I have a problem which is driving me crazy. You can see it in the file at people.okanagan.bc.ca/rgee/dropdowntest.pdf.
Basically I have two dropdown lists, each containing Yes and No. I know that radio buttons may be a better interface, but ...
For each, the plan is that when you choose Yes, a hidden subform (a different one for each dropdown) appears. When you choose No, the subform hides itself.
Load the document and choose the second dropdown; the appropriate subform appears and disappears as you'd expect.
Load the document and choose the first dropdown; the appropriate subform appears and disappears as expected.
Load the document, choose the second dropdown and then the first; both behave as expected.
But when you choose the first and then the second, the second changes the value displayed in the dropdown list, but the associated subform does not appear.
I have run across the same problem in a different form; when you use two dropdowns in one order, they work and when you use them in a different order, they don't work.
Any ideas?
I weren't able to download your form as the url wasn't found.
Generally you should not use the rawValue property to determine the selection in a dropdown box.
You better use xfa.event.newText in a script of the dropdown box change:Event such as.
radzmar
• LoveCycle Blog
Documents you need:
• LiveCycle Designer ES2 Docs