eZoll, Sessions-Übersicht, Timas
This commit is contained in:
@@ -79,6 +79,17 @@ Public Class frmMitarbTimas
|
||||
txtEmail.Text = emp.email
|
||||
txtMobiltel.Text = emp.phone2
|
||||
txtMandantenNr.Text = emp.clientNumber
|
||||
txtTimasID.Text = emp.ID
|
||||
|
||||
txtTimasID.ReadOnly = True
|
||||
|
||||
If emp.ID = avisoEmp.mit_timasId Then
|
||||
txtTimasID.BackColor = Color.LightGreen
|
||||
Else
|
||||
txtTimasID.BackColor = Color.IndianRed
|
||||
End If
|
||||
|
||||
|
||||
|
||||
'txtPersonalNr.Text = emp.pnr1
|
||||
|
||||
|
||||
Reference in New Issue
Block a user