Skip to Content
0
Former Member
Jun 01, 2005 at 09:14 AM

Problem with combobox in matrix

97 Views

Dear all

I have problem to get value selected in combo box when i add it in matrix.

I add with:

col = omatrix.Columns.Item(ID_COL_MAT)

col.ValidValues.Add(rs.Fields.Item(ID).Value(), rs.Fields.Item(VALUE).Value())

Can you help me?

Thank you