Skip to Content
0
Former Member
Jul 28, 2006 at 06:54 AM

Combobox

61 Views

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