biddingbong
IS-IT--Management
Hello everybody, Ive got an MDI form and when endinf the app I want to unload the mdichild first and then END. But the problem is that when there is no mdichild loaded I get an error.
I tried this code:
'Me is the MDI
If Me.ActiveForm <> Nothing Then Unload Me.ActiveForm
But I still get errors.
I tried this code:
'Me is the MDI
If Me.ActiveForm <> Nothing Then Unload Me.ActiveForm
But I still get errors.