I have a menu selection that I want to use on multiple forms. Each form has the correct MenuId property, for this menu. And I have a menuEvent handler in each of the form handlers. This menu does appear when I select it on either form. The problem is that only one of the forms allows the selected menu item to do it's task. I'm wondering if the 'handled = True' has anything to do with my problem. Does an event that is to be processed by a particular form handler get passed only to the form when it is opened? Or, does an eventID get passed to both event handlers regardless of which form is displayed? If my event handlers end with handled = true, does that prevent any other handlers from getting the event? Or does this handled =, only prevent default OS handling? Any clues as to why one event handler works and the other does not, even they both have the same code? Mike ---------------------------------------------------- Shoot-to-Win Protect the 2nd Amendment ----------------------------------------------------
