Änderungen
This commit is contained in:
@@ -656,7 +656,7 @@ Partial Class CustomsAviso
|
||||
regexval_txt_Absender.ErrorMessage = "Der Absender ist nicht richtig formatiert."
|
||||
End If
|
||||
Else
|
||||
txt_Absender.ValidateRequestMode = UI.ValidateRequestMode.Disabled
|
||||
txt_Absender.ValidateRequestMode =
|
||||
regexval_txt_Absender.Enabled = False
|
||||
End If
|
||||
If txt_Empfaenger.Text IsNot "" Then
|
||||
@@ -962,6 +962,11 @@ Partial Class CustomsAviso
|
||||
rbt_Vorg.Disabled = False
|
||||
rbt_Vorb.Checked = False
|
||||
rbt_Vorb.Disabled = False
|
||||
|
||||
txt_Absender_M.Text = ""
|
||||
txt_Empfaenger_M.Text = ""
|
||||
txt_KdNrAuftrag_M.Text = ""
|
||||
txt_LKWNr_M.Text = ""
|
||||
Response.Redirect(Request.RawUrl)
|
||||
Return
|
||||
ElseIf String.IsNullOrEmpty(txt_Absender.Text) = False Or String.IsNullOrEmpty(txt_Empfaenger.Text) = False Or String.IsNullOrEmpty(txt_KdNrAuftrag.Text) = False Or String.IsNullOrEmpty(txt_LKWNr.Text) = False Or rbt_Alle.Checked = True Or rbt_Ankunft.Checked = True Or rbt_Erf.Checked = True Or rbt_Freig.Checked = True Or rbt_Vorb.Checked = True Or rbt_Vorg.Checked = True Then
|
||||
@@ -991,16 +996,13 @@ Partial Class CustomsAviso
|
||||
rbt_Vorg_M.Disabled = False
|
||||
rbt_Vorb_M.Checked = False
|
||||
rbt_Vorb_M.Disabled = False
|
||||
txt_Absender_M.Text = ""
|
||||
txt_Empfaenger_M.Text = ""
|
||||
txt_KdNrAuftrag_M.Text = ""
|
||||
txt_LKWNr_M.Text = ""
|
||||
|
||||
txt_Absender.Text = ""
|
||||
txt_Empfaenger.Text = ""
|
||||
txt_KdNrAuftrag.Text = ""
|
||||
txt_LKWNr.Text = ""
|
||||
Response.Redirect(Request.RawUrl)
|
||||
|
||||
Return
|
||||
End If
|
||||
End Sub
|
||||
|
||||
Reference in New Issue
Block a user