Test
This commit is contained in:
@@ -503,11 +503,11 @@ Partial Class CustomsAviso
|
||||
Catch ex As FormatException
|
||||
MsgBox("Diese Daten können nicht validiert werden", MsgBoxStyle.Critical)
|
||||
End Try
|
||||
End If
|
||||
Else
|
||||
regexval_txt_LKWNr_M.ForeColor = Drawing.Color.Red
|
||||
regexval_txt_LKWNr_M.ErrorMessage = "Das LKW Kennzeichen ist nicht richtig formatiert."
|
||||
End If
|
||||
End If
|
||||
If rbt_Alle.Checked = True Then
|
||||
pickdate1.ValidateRequestMode = UI.ValidateRequestMode.Enabled
|
||||
pickdate2.ValidateRequestMode = UI.ValidateRequestMode.Enabled
|
||||
@@ -637,7 +637,7 @@ Partial Class CustomsAviso
|
||||
End If
|
||||
End If
|
||||
addrows()
|
||||
Session.Item("mytable") = normaltable
|
||||
|
||||
End Sub
|
||||
|
||||
Protected Sub btn_resetForm_Click(sender As Object, e As EventArgs)
|
||||
|
||||
Reference in New Issue
Block a user