Skip to Content
0
Former Member
Jan 30, 2008 at 10:53 AM

Matrix data

70 Views

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