Skip to main content

Hi,

 

I created a form which using a drop-down list control with static items. These items' value and display properties are different from each other.

When i put drop-down list to messagebox body, it shows the selected item's value. But i need the selected item's display property.

How can i do this?

Regards

Hi, onur,

 

Do you mean you want to have a specific pre-selected default value?

 

You can configure this under the Drop-Down control Properties>Data Source>Default Value:

 

Kind Regards,

MA


No,

 

I created a drop-down list. And made a static list. I defined some items that have names "Item1, Item2, Item3". And their values are "1,2,3". When i try to use the selected item it shows me 1,2 or 3(that was selected). But i don't need values. I need Item1, Item2 or Item3. If i select Item2, it must give me "Item2". Not "2".

 

Screenshots attached.

 

Thanks for reply

 

Regards


10703i12CFF246CC089D7C.png
14479i2C8E89BF05BCC3DB.png

Dear ,

 

I have tried it , and wt u r saying is true , it shows blank , even that u could expand the ddl control and show its display field like this >

 

15202i1827ECA7A1FD0FBB.png

 

Hope it helps , 

Best regards.


Thanks. It works.

 

But i thought that there may be a simple solution without workaround.

 

Your advice still makes sense.

 

Thanks again.

 

Kind regards


Reply