Hi friends
ii write code for select row when click a cell on the row
i wrote the code in the click event but its not working
got Error
Matrix-selection is not supported for this item
the code is
oForm = SBO_Application.Forms.Item(pVal.FormUID);
oMatrix = SAPbouiCOM.Matrix)oForm.Items.Item("GEnMatr").Specific;
oMatrix.SelectRow(pVal.Row, false, false);
Edited by: billu on May 28, 2008 1:16 PM