Plausi-Prüfung für GEHEN/KOMMEN
This commit is contained in:
@@ -324,8 +324,13 @@ Public Class frmMitarbeitersuche
|
|||||||
timas.getTimeSaldo(MA.mit_timasId, lblTimasSaldo.Text)
|
timas.getTimeSaldo(MA.mit_timasId, lblTimasSaldo.Text)
|
||||||
If timas.getTimeEntries(MA.mit_timasId, dtZeiten, requestDone) Then
|
If timas.getTimeEntries(MA.mit_timasId, dtZeiten, requestDone) Then
|
||||||
PictureBox9.Image = VERAG_PROG_ALLGEMEIN.My.Resources.Resources.uhr_green
|
PictureBox9.Image = VERAG_PROG_ALLGEMEIN.My.Resources.Resources.uhr_green
|
||||||
|
|
||||||
|
Button2.Enabled = True
|
||||||
|
Button1.Enabled = False
|
||||||
Else
|
Else
|
||||||
PictureBox9.Image = VERAG_PROG_ALLGEMEIN.My.Resources.Resources.uhr_red
|
PictureBox9.Image = VERAG_PROG_ALLGEMEIN.My.Resources.Resources.uhr_red
|
||||||
|
Button2.Enabled = False
|
||||||
|
Button1.Enabled = True
|
||||||
End If
|
End If
|
||||||
|
|
||||||
If dtZeiten.Rows.Count > 0 Then
|
If dtZeiten.Rows.Count > 0 Then
|
||||||
|
|||||||
Reference in New Issue
Block a user