cancel
Showing results for 
Search instead for 
Did you mean: 

Catching events

Former Member
0 Kudos

Hi Experts!

Is it posible to catch this two events? "Remove" and "Cancel".

Just like in this code:

(pVal.EventType = SAPbouiCOM.BoEventTypes.et_MENU_CLICK)

Accepted Solutions (0)

Answers (1)

Answers (1)

Former Member
0 Kudos

Hi,

you have to catch the Menu Events, not the Item Event.

Here for Remove:

(pVal.MenuUID == "1283")

Cancel:

(pVal.MenuUID == "1284")