ciaocodice:Private Sub Form_QueryUnload(cancel As Integer, UnloadMode As Integer) Select Case UnloadMode Case 1 cancel = False Case Else cancel = True End Select End Sub
ciaocodice:Private Sub Form_QueryUnload(cancel As Integer, UnloadMode As Integer) Select Case UnloadMode Case 1 cancel = False Case Else cancel = True End Select End Sub
I'll see you on the dark side of the moon