cancel
Showing results for 
Search instead for 
Did you mean: 

Enter Button Press Event

Former Member
0 Kudos

Hi,

I want to add one new row in the matrix ,on pressing the enter button in the item event.How can I do that?

Regards,

Kughan

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

Hi,

If pVal.Before_Action = falseThen

Select Case pVal.EventType

Case SAPbouiCOM.BoEventTypes.et_ITEM_PRESSED

if pval.ItemUID="buttonUID" then

objmatrix=objform.items.item("").specific

objmatrix.addrow

end if

Answers (0)