I have a main form opened up and when I select a command button - it opens up a second form on top of the main form.
I want the second form to stay on top unless you select the close command button on the second form. If you click out of the second form - it stays in the foreground. They only way to clear it is via the close command button.
Any ideas on how to do this?
I have tried to play around with the event deactivate - but does not work the way I need.
I want the second form to stay on top unless you select the close command button on the second form. If you click out of the second form - it stays in the foreground. They only way to clear it is via the close command button.
Any ideas on how to do this?
I have tried to play around with the event deactivate - but does not work the way I need.