Hi
when the e.cancel=true is called, the winComboBox geep the focus, old value is not recovered, and can’t do anything else. Any idea?
Private Sub cboStatut_Validating(ByVal sender As System.Object, ByVal e As System.ComponentModel.CancelEventArgs) Handles cboStatut.Validating
If Not canUpdate Then
e.Cancel = True
End If
End Sub
Daniel
Imported from legacy forums. Posted by Daniel (had 2199 views)