M
Mark A. Sam
Using a popup (mode) form is beneficial when you don't want it to become
lost behind another form while it is open. Since my procedure will work the
way I like only when the form is open in Normal mode, my solution is to
close the form when it loses the focus. Then click the button to display
it again. It turns out that it makes for a better working app and I don't
lose site of my open form. Note the close method won't work when a form is
in popup mode, becuase a popup form can't receive the focus.
lost behind another form while it is open. Since my procedure will work the
way I like only when the form is open in Normal mode, my solution is to
close the form when it loses the focus. Then click the button to display
it again. It turns out that it makes for a better working app and I don't
lose site of my open form. Note the close method won't work when a form is
in popup mode, becuase a popup form can't receive the focus.