cancel
Showing results for 
Search instead for 
Did you mean: 

Combobox doesn't show description

Former Member
0 Kudos

I have a combobox with properly added values. If the combobox shows its list of valid values everything looks ok; I can see the value followed by the description.

However, if I select a value and the dropdownlist closes, only the value is shown, not the description.

How do I solve this to let the box show the description?

Accepted Solutions (0)

Answers (1)

Answers (1)

Former Member
0 Kudos

Hello Mott,

to see the description instead of the index please use the following line of code:

oCombo.DisplayDesc = True

Regards,

Lisa Mulchinock,

SAP SDK Consultant

Galway