I want to force the user to either save the new record being added or delete it. How can I disable the nav. buttons. I tried this but it doesn't work:
Private Sub BindingNavigatorAddNewItem
_Click(ByV
al sender As System.Object, ByVal e As System.EventArgs) Handles BindingNavigatorAddNewItem
.Click
Me.BindingNavigatorMoveFir
stItem.Ena
bled = False
End Sub
thanks,
bmutch
Start Free Trial