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