Expand my Community achievements bar.

KRM240_
KRM240_
Offline
Type
  • All
  • Questions
  • Discussions
  • Ideas
  • Blogs
Filter by user contributions
  • Yes!this.boundItem(xfa.event.newText) works here!Many thanks

    Type

    Questions

    Views

    543

    Likes

    0

    Replies

    0
  • I have a drop down list as follows:Text, valueJan, 1Feb, 2....Dec, 12Select Mth, 0 (Default)I wish to use the change event and get the new value.this.xfa.event.newText = the new selected TEXT itemthis.xfa.event.prevText = previous selected TEXT itemthis.rawValue = VALUE of the previous selected item...

    Type

    Questions

    Views

    1.0K

    Likes

    0

    Replies

    2
  • Thanks allfrom the example I could see what I was doing wrongI found that you need to set the DD.rawValue = to the hidden value that you want, not the Display value (assuming that the 2 are different)

    Type

    Questions

    Views

    694

    Likes

    0

    Replies

    0
  • Sorry - should have been more explicitWould like to set these values using JS and if possible, by using either the text value or the hidden value..

    Type

    Questions

    Views

    694

    Likes

    0

    Replies

    0
  • Question on drop downs:How does one PRE set a drop down list value with a set choice. (ie: not changing the raw data behind the drop down but choosing one value to initially display - eg: select the current yr within a group of years)Interested in knowing how to set using  specific text within the l...

    Type

    Questions

    Views

    1.3K

    Likes

    0

    Replies

    5
  • Thanks - this solved my issue.

    Type

    Questions