cancel
Showing results for 
Search instead for 
Did you mean: 

Text displayed automatically turns back to ID ( int4) in dropdown list

Former Member
0 Kudos

Hi Experts,

I'm driven crazy by this small issue.

I use WDR_SELECT_OPTIONS component to add a selection option ( which is a dropdown with a value set assigned ).

the type of ( KEY, value ) of the value set is ( int4 , string ).

When I first select one item in the dropdown list, everything is ok, what is displayed in the dropdown is the String. It's comprehensive for

user with the texts. but after I do some operation in other place( like click a button ), the content displayed in dropdown will automatically

turn back to ID. Then the user can't figure out what it is with a number.

I can't figure out why. Looking forward to hearing some userful reply from you!.

Regards,

Aaron.

Accepted Solutions (0)

Answers (1)

Answers (1)

Former Member
0 Kudos

Hi,

When you are binding back to the table you must have bind only the id please check.

Regards,

Amit