Attachments. Way to disable the default action?

R

Raybo58

I'm using an Attachment control on one of my forms.

When the user double clicks on an attachment control it automatically
presents a pop up menu for handling the attachments.

The same menu can be reached by right clicking on the control and choosing
"Manage Attachments".

The issue is that I want something else to happen when the user double
clicks the control.

My event handling code is already in place and it does what I want it to on
the double click, but it also calls the Management popup.

I would like to inhibit the Management popup, but still have it so the user
can access it through the right click menu.

Is there any way to do this?
 
Top