I have 2 forms open. I close one of the two forms. Does any event get triggered in the form that stays open?
I tried to set focus to the form that stays open hoping that the gotfocus event will get triggered but it doesn't.
The form current event doesn't get triggered either.
How do I trigger an event when the first form closes?
I tried to set focus to the form that stays open hoping that the gotfocus event will get triggered but it doesn't.
The form current event doesn't get triggered either.
How do I trigger an event when the first form closes?