cancel
Showing results for 
Search instead for 
Did you mean: 

what are the Events for Enumerated Dropdown list

Former Member
0 Kudos

Hi All,

I created one Enumerated Dropdown list in my interactive form. i binded the value to the context node(RFC call).

i want to get the selected value from this dropdown. How can i get this selected value, and what script i have to write.

Thanks,

Raju.

Accepted Solutions (0)

Answers (1)

Answers (1)

OttoGold
Active Contributor
0 Kudos

This is a very basic question, why don´t you search little? Otto

Former Member
0 Kudos

Hi otto,

I was searched. and i am using following code to get the selected data,and i am writing this in change event.

TextField1.rawValue = xfa.event.newText;

but i am not getting any value.. *If it is normal dropdown and if u bind the static data means it is working.

But in my form am using enumerated dropdown list and i am getting the data from database table using rfc call.

In that case what java script code i have to write in change event of dropdownlist.

OttoGold
Active Contributor
0 Kudos

This will not work, I think. The value you want is not available at change, I believe.

Check this thread, last post:

Otto