Hi,
I need to set focus on a cell in matrix when i press tab from a edit text which is above the matrix.The below code is not working
oMatrix.Columns.Item("ItemNo").Cells.Item(1).Click(SAPbouiCOM.BoCellClickType.ct_Regular)
Manoj