Änderung der Markierungsfarbe
This commit is contained in:
@@ -812,7 +812,7 @@ Public Class usrcntlAktDetails
|
||||
|
||||
For Each row As DataGridViewRow In gridVermerke.Rows
|
||||
If Not IsDBNull(row.Cells("anh_markiert").Value) Then
|
||||
If row.Cells("anh_markiert").Value Then row.DefaultCellStyle.BackColor = Color.LightYellow
|
||||
If row.Cells("anh_markiert").Value Then row.DefaultCellStyle.BackColor = Color.Yellow
|
||||
End If
|
||||
Next
|
||||
|
||||
|
||||
Reference in New Issue
Block a user