I have two forms that must process the same menu item event.  
Each form has the Menu property set to the same menu.  Each form
processes the menuItem slightly differently so I have an event
handler in each form handler function.

Does each menu event handler respond to the event regardless of if 
that form is open?  

Or, does the event get passed only to the form that is open?  Can I 
have a 'handled = 1' in each form?  

Or, does each handler handle the event regardless of the 'handled' 
variable?

Does the 'handled' variable control continuing the event process 
_only_ to the OS or does it affect other event handlers in the app?

I have tried using two different handlers (one for each form) to 
handle the same menu event for different form, but only one works.

What am I missing?
--
-----------------------------------------------------------------
Discussion Group:        http://www.halcyon.com/ipscone/wwwboard/

Protect your constitutional rights. Your favorite one may be next!
-----------------------------------------------------------------

Reply via email to