optAvioDat, Vers
This commit is contained in:
@@ -31,5 +31,5 @@ Imports System.Runtime.InteropServices
|
||||
' übernehmen, indem Sie "*" eingeben:
|
||||
' <Assembly: AssemblyVersion("1.0.*")>
|
||||
|
||||
<Assembly: AssemblyVersion("3.9.0.7")>
|
||||
<Assembly: AssemblyFileVersion("3.9.0.7")>
|
||||
<Assembly: AssemblyVersion("3.9.0.8")>
|
||||
<Assembly: AssemblyFileVersion("3.9.0.8")>
|
||||
|
||||
@@ -630,14 +630,15 @@ Public Class frmEintragAviso
|
||||
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 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
|
||||
' MsgBox("Bitte eine gültige Uhrzeit bei Aviso-Eingang eingegeben (00:00 ist nicht erlaubt).", vbInformation)
|
||||
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.Size = New System.Drawing.Size(75, 23)
|
||||
Me.Button12.TabIndex = 0
|
||||
Me.Button12.Visible = False
|
||||
'
|
||||
'Button8
|
||||
'
|
||||
|
||||
Reference in New Issue
Block a user