Änderung der Markierungsfarbe

This commit is contained in:
2023-03-31 10:09:53 +02:00
parent 06284685d7
commit 3be7ccc7e6
3 changed files with 4 additions and 4 deletions

View File

@@ -31,5 +31,5 @@ Imports System.Runtime.InteropServices
' übernehmen, indem Sie "*" eingeben:
' <Assembly: AssemblyVersion("1.0.*")>
<Assembly: AssemblyVersion("3.8.7.5")>
<Assembly: AssemblyFileVersion("3.8.7.5")>
<Assembly: AssemblyVersion("3.8.7.7")>
<Assembly: AssemblyFileVersion("3.8.7.7")>

View File

@@ -3205,7 +3205,7 @@ Public Class frmSendungsdetailsNEU
For Each row As DataGridViewRow In dgvAnhang.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

View File

@@ -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