The information in this article applies to:
SYMPTOMSWhen attempting to close an MDI parent form, the application gets caught in an infinite loop of showing a modal form. CAUSE
When the MDI parent form is closed, the QueryUnload events of all MDI child
forms are called. If any one of these MDI child forms displays a modal form
during this event, such as prompting to save information, the infinite loop
is initiated. RESOLUTIONTo work around this problem, explicitly unload the MDI child form in either the QueryUnload event of that MDI child or in the QueryUnload event of the MDI parent. STATUSThis behavior is by design. MORE INFORMATIONSteps to Reproduce Behavior
Additional query words: kbDSupport kbDSD kbVBp kbVBp500 kbMDI kbVBp600
Keywords : kbGrpVB |
Last Reviewed: January 5, 2000 © 2000 Microsoft Corporation. All rights reserved. Terms of Use. |