Welcome Notes

Welcome Viewers

29 December 2015

Get Text value from Matrix using SAP Business One Studio Suite

Code for Get Text value from Matrix using SAP Business One Studio Suite
  Private Function GetTextValue(ByVal Matrix As SAPbouiCOM.Matrix, ByVal ColId As String, ByVal row As Integer) As String  
       Return TryCast(Matrix.GetCellSpecific(ColId, row), SAPbouiCOM.EditText).Value  
     End Function