Hi I'm trying to add data to the matrix in the purchase order form. Can someone please help me? this is what I have so far...
oItem = oForm.Items.Item("38");
oMatrix = (SAPbouiCOM.Matrix)(oItem.Specific);
oText = (SAPbouiCOM.EditText)(oMatrix.Columns.Item(0).Cells.Item(0).Specific);
oText.Value = "1000001";
Edited by: Costas Ioannou on Jan 30, 2008 11:53 AM