This seems like a simple request, but I must be missing something.
I have a main menu form. When a user clicks a cmd button to open a new form (selection from menu), I want the main form to be minimized. When the user closes the selected form, the main menu form should restore.
On the main menu form, I have an event set on the lost focus to minimize, but that never gets executed. I've also played with setting the minimize from within the menu selection "open form" code, but I must have the command off.
Any tips on how to do this?
thanks in advance,
H. Barnes
I have a main menu form. When a user clicks a cmd button to open a new form (selection from menu), I want the main form to be minimized. When the user closes the selected form, the main menu form should restore.
On the main menu form, I have an event set on the lost focus to minimize, but that never gets executed. I've also played with setting the minimize from within the menu selection "open form" code, but I must have the command off.
Any tips on how to do this?
thanks in advance,
H. Barnes