ACC: Resize Event Fires When Changing Form FocusLast reviewed: May 12, 1997Article ID: Q155135 |
The information in this article applies to:
SYMPTOMSModerate: Requires basic macro, coding, and interoperability skills. When you switch the focus away from a form in a Microsoft Access database, the Resize event fires unexpectedly for the form losing focus.
CAUSEThe form losing focus is maximized and you are changing focus to another maximized object. All multiple-document interface (MDI) objects that do not have focus are automatically restored to a windowed state behind the maximized MDI form that has focus. When the current form loses focus, Windows automatically restores it to a windowed state, causing the Resize event to occur.
STATUSThe Windows MDI behavior is by design.
MORE INFORMATIONThe Resize event of a form fires whenever a change occurs that affects the size of a form:
Steps to Reproduce Behavior
REFERENCESFor more information about the behavior of maximized forms in Microsoft Access, please see the following articles in the Microsoft Knowledge Base:
ARTICLE-ID: Q147152 TITLE: ACC: Maximizing One Form Maximizes All Forms (7.0/97) ARTICLE-ID: Q121410 TITLE: ACC: Maximizing One Form Maximizes All FormsFor more information about using custom form properties to expose the Maximize and Minimize status of forms in Microsoft Access 7.0 and 97 please see the following article in the Microsoft Knowledge Base:
ARTICLE-ID: Q141111 TITLE: ACC: How to Determine If a Form Is Maximized or Minimized |
Keywords : FmsProb kbusage
© 1998 Microsoft Corporation. All rights reserved. Terms of Use. |