Änderung der Markierungsfarbe
This commit is contained in:
@@ -31,5 +31,5 @@ Imports System.Runtime.InteropServices
|
|||||||
' übernehmen, indem Sie "*" eingeben:
|
' übernehmen, indem Sie "*" eingeben:
|
||||||
' <Assembly: AssemblyVersion("1.0.*")>
|
' <Assembly: AssemblyVersion("1.0.*")>
|
||||||
|
|
||||||
<Assembly: AssemblyVersion("3.8.7.5")>
|
<Assembly: AssemblyVersion("3.8.7.7")>
|
||||||
<Assembly: AssemblyFileVersion("3.8.7.5")>
|
<Assembly: AssemblyFileVersion("3.8.7.7")>
|
||||||
|
|||||||
@@ -3205,7 +3205,7 @@ Public Class frmSendungsdetailsNEU
|
|||||||
|
|
||||||
For Each row As DataGridViewRow In dgvAnhang.Rows
|
For Each row As DataGridViewRow In dgvAnhang.Rows
|
||||||
If Not IsDBNull(row.Cells("anh_markiert").Value) Then
|
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
|
End If
|
||||||
Next
|
Next
|
||||||
|
|
||||||
|
|||||||
@@ -812,7 +812,7 @@ Public Class usrcntlAktDetails
|
|||||||
|
|
||||||
For Each row As DataGridViewRow In gridVermerke.Rows
|
For Each row As DataGridViewRow In gridVermerke.Rows
|
||||||
If Not IsDBNull(row.Cells("anh_markiert").Value) Then
|
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
|
End If
|
||||||
Next
|
Next
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user