cancel
Showing results for 
Search instead for 
Did you mean: 

ComboBox Save Description

Former Member
0 Kudos

Hello,

I'm using a comboBox and i need to SAVE the description, is it possible?

Accepted Solutions (0)

Answers (1)

Answers (1)

Former Member
0 Kudos

Yes , It is possible.

use follwoing code:

<comboboxObject).selected.Description

Former Member
0 Kudos

but i need to save into a user table of B1, with an UDO

Former Member
0 Kudos

combo is binded to table with value and with decsription. If you need storeč description, after selceting value from combo to other UDF as alphanumeric type edittext set the description of previous combo.