Hello all, I want to implement a solution that always you rightclick in a form on a field based on the datatyp "ItemId" you will get an aditional menuitem "Show CAD drawing" in the contextmenu.
I implemented this with overwriting the the method "showContextMenu" in the form "InventTable". But I am looking for a solution where all itemId-based fields in all forms have the new context menu Item. Without overwriting about 50 methods in our application. Has anyone an idea. Thanks in advance.

