cancel
Showing results for 
Search instead for 
Did you mean: 

Make Matrix Row being Selected?

Former Member
0 Kudos

How to select and highlight a row in System Matrix? I try to select a row in matrix on Sale Order Form but that row would highlight or selected. This is my code:

If pVal.Before_Action = False And pVal.EventType = SAPbouiCOM.BoEventTypes.et_ITEM_PRESSED Then

If pVal.ItemUID = "AutoSelect" Then

Dim oMatrix As SAPbouiCOM.Matrix

oMatrix = SBO_Application.Forms.Item(FormUID).Items.Item("38").Specific

oMatrix.SelectRow(1, True, False)

End If

End If

Accepted Solutions (1)

Accepted Solutions (1)

AdKerremans
Active Contributor
0 Kudos

Hi Kok,

Try to click on column "0" to select the line.

Regards

Ad

Answers (0)