Quantcast
Channel: SCN: Message List
Viewing all articles
Browse latest Browse all 8704

Re: Combo Box - Default Value

$
0
0

Hi Preethi,

 

Try the below code.

 

Dim oComboBox As SAPbouiCOM.ComboBox = objForm.Items.Item("ComboBox Item ID").Specific

oComboBox.ValidValues.Add("", "")

oComboBox.ValidValues.Add("Y", "Yes")

oComboBox.ValidValues.Add("N", "No")

oComboBox.Select("Y", SAPbouiCOM.BoSearchKey.psk_ByValue)

 

Regards

Kartheek


Viewing all articles
Browse latest Browse all 8704

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>