Hi fox,
could someone tell me, how to specify item values of the given, empty drop down list after adding items into it?
Adding items works fine. But after this you want to know which item is currently selected, so you call
this.boundItem(xfa.event.newText)
But now you get the display text instead of its item's bound. I guess, that after adding items you need to bind the drop down list for the purpose of specifying the item values!?
Would be great to get your help on this topic!
Thanks in adv!
I am clear in the use of the boundItem() method to get the value of a dropdown item to display in another field.
I wish I had an answer for you after spending an hour trying to figure this out. I hope someone can shed some light on this.
StevenD