Hi,
when am using this code to populate my combobox
oDbds = oForm.DataSources.DBDataSources.Add("OITM")
oDbds.Query()
For i = 0 To oDbds.Size - 1
ocombo.ValidValues.Add(oDbds.GetValue("ItemCode"), i)
Next
the following error is promted..
Argument not specified for parameter Description of Public Function Add(value as String,Description as String) as sapbouiCom.ValidValue.
can someone help me to sort this out.
thanks
Mini