cancel
Showing results for 
Search instead for 
Did you mean: 

How to remove null value from combox

Former Member
0 Kudos

Hi,

In this code

For intCount1 As Integer = 1 To objcombo.ValidValues.Count

objcombo.ValidValues.Remove(0, SAPbouiCOM.BoSearchKey.psk_Index)

Next

I am getting error invalid field name

why?

if combobox have null value how to remove that value iused above code it is giving error

Invalid field name

Edited by: udaycse542 on May 27, 2009 11:22 AM

Accepted Solutions (0)

Answers (1)

Answers (1)

Former Member
0 Kudos

Hi,

Is it a system combobox??

U cannot delete the values from a system combo box.

Vasu Natari.