R
Rod
I have captured the form unload event and want to be able to stop the form
closing if I am not happy.
How do I do this.
ie.
Private Sub Form_Unload(Cancel As Integer)
If Something Then
Don't Close form
Else
Go ahead and carry on closing
Endif
End Sub
many thnaks
Rod
closing if I am not happy.
How do I do this.
ie.
Private Sub Form_Unload(Cancel As Integer)
If Something Then
Don't Close form
Else
Go ahead and carry on closing
Endif
End Sub
many thnaks
Rod