Digicust Bugfix
This commit is contained in:
@@ -436,13 +436,13 @@ Public Class frmDigicust
|
|||||||
End If
|
End If
|
||||||
|
|
||||||
|
|
||||||
If txtVorpapierT.Text > 2 Then
|
If txtVorpapierT.TextLength > 2 Then
|
||||||
lblInfo.Text = "Vopapier-Code zu lang (max 2 Stellen)."
|
lblInfo.Text = "Vopapier-Code zu lang (max 2 Stellen)."
|
||||||
txtVorpapierT.Focus()
|
txtVorpapierT.Focus()
|
||||||
Return False
|
Return False
|
||||||
End If
|
End If
|
||||||
|
|
||||||
If txtVorpapier.Text > 30 Then
|
If txtVorpapier.TextLength > 30 Then
|
||||||
lblInfo.Text = "Vopapier zu lang (max 30 Stellen)."
|
lblInfo.Text = "Vopapier zu lang (max 30 Stellen)."
|
||||||
txtVorpapier.Focus()
|
txtVorpapier.Focus()
|
||||||
Return False
|
Return False
|
||||||
|
|||||||
Reference in New Issue
Block a user