I've a long-standing problem with an MDI application.
When the user closes the MDI parent I would expect all the open MDI children to get a Form_QueryUnload event so that any open documents can be saved. However, neither the Form_Unload or Form_QueryUnload events seem to fire for the children when the parent closes.
Do I have to trigger these events manually in the MDI parent Form_Unload event or am I doing something wrong?
- Andy
___________________________________________________________________
If you think nobody cares you're alive, try missing a couple of mortgage payments
When the user closes the MDI parent I would expect all the open MDI children to get a Form_QueryUnload event so that any open documents can be saved. However, neither the Form_Unload or Form_QueryUnload events seem to fire for the children when the parent closes.
Do I have to trigger these events manually in the MDI parent Form_Unload event or am I doing something wrong?
- Andy
___________________________________________________________________
If you think nobody cares you're alive, try missing a couple of mortgage payments