Sub mskID_ValidationError (InvalidText As String, StartPosition As Integer)

‘Check for too many digits error. o/w user is trying to enter non-numeric.

If StartPosition = mskID.MaxLength Then
lblError.Caption = “Limit 6 digits”
Else
lblError.Caption = “Digits only”
End If
End Sub


Vota este artículo:
1 Estrella2 Estrellas3 Estrellas4 Estrellas5 Estrellas (No Ratings Yet)
Loading ... Loading ...

Posts anterior y posterior:


Posts Relacionados: