cancel
Showing results for 
Search instead for 
Did you mean: 

Right mouse click on field

Former Member
0 Kudos

Hi All,

I'm looking for a way to add a menuitem to the popup menu that you get if you right click on a field on a form.

(SBO 8.81)

I don't need the exact code, but I don't now which objects to use for this.

Can anyone help me?

Tnx!

Sebastiaan

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

Hi,

please check SDK sample 22 Right-Click, there is everything you need.

First catch RightClickEvent, then create the menu entry when beforeAction = true, and when beforeAction = false you have to remove it again (otherwise you will receive an error when rightclicking again).

Regards

Sebastian

Former Member
0 Kudos

Tnx! Sorry for missing the example!

Answers (0)