Merge branch 'master' of https://verag.visualstudio.com/AVISO/_git/AVISO
This commit is contained in:
@@ -630,14 +630,15 @@ Public Class frmEintragAviso
|
|||||||
End If
|
End If
|
||||||
End If
|
End If
|
||||||
|
|
||||||
If CDate(dtpAvisoEingangDatum.Value) > Now Then
|
|
||||||
MsgBox("Aviso-Datum darf nicht in der Zukunft liegen!", vbInformation)
|
|
||||||
dtpAvisoEingangDatum.Focus()
|
|
||||||
Exit Sub
|
|
||||||
End If
|
|
||||||
|
|
||||||
|
|
||||||
If optAvisoEingang.Checked Then
|
If optAvisoEingang.Checked Then
|
||||||
|
If CDate(dtpAvisoEingangDatum.Value) > Now Then
|
||||||
|
MsgBox("Aviso-Datum darf nicht in der Zukunft liegen!", vbInformation)
|
||||||
|
dtpAvisoEingangDatum.Focus()
|
||||||
|
Exit Sub
|
||||||
|
End If
|
||||||
|
|
||||||
If dtpAvisoEingangZeit.Value.Hour = 0 And dtpAvisoEingangZeit.Value.Minute = 0 Then
|
If dtpAvisoEingangZeit.Value.Hour = 0 And dtpAvisoEingangZeit.Value.Minute = 0 Then
|
||||||
' MsgBox("Bitte eine gültige Uhrzeit bei Aviso-Eingang eingegeben (00:00 ist nicht erlaubt).", vbInformation)
|
' MsgBox("Bitte eine gültige Uhrzeit bei Aviso-Eingang eingegeben (00:00 ist nicht erlaubt).", vbInformation)
|
||||||
lblErr_Uhrzeit.Visible = True
|
lblErr_Uhrzeit.Visible = True
|
||||||
|
|||||||
1
Aviso/usrcntlAktDetailsATILLANeu.Designer.vb
generated
1
Aviso/usrcntlAktDetailsATILLANeu.Designer.vb
generated
@@ -866,6 +866,7 @@ Partial Class usrcntlAktDetailsATILLANeu
|
|||||||
Me.Button12.Name = "Button12"
|
Me.Button12.Name = "Button12"
|
||||||
Me.Button12.Size = New System.Drawing.Size(75, 23)
|
Me.Button12.Size = New System.Drawing.Size(75, 23)
|
||||||
Me.Button12.TabIndex = 0
|
Me.Button12.TabIndex = 0
|
||||||
|
Me.Button12.Visible = False
|
||||||
'
|
'
|
||||||
'Button8
|
'Button8
|
||||||
'
|
'
|
||||||
|
|||||||
Reference in New Issue
Block a user