Skip to Content
0
Former Member
Feb 19, 2009 at 08:13 PM

Read ComboBox in Matrix

130 Views

Hi,

How do I read the value in my combo box which are in a Matrix...

This doesn't work:

oUserTable.UserFields.Fields.Item("U_PayType").Value = ((SAPbouiCOM.EditText)oMatrix_A.Columns.Item(1).Cells.Item(i).Specific).Value;

Thank you,

Rune