Feature_Gesamtsicherheiten

This commit is contained in:
2022-10-28 12:01:16 +02:00
parent 2f763da552
commit 0fdf25d07e
7 changed files with 501 additions and 212 deletions

View File

@@ -105,7 +105,8 @@ Public Class frmGesamtsicherheitenMenuNEU
For Each row As DataGridViewRow In dgvListe.Rows
For Each row As DataGridViewRow In dgvListe.Rows
If row.Cells("gs_SicherheitsSaldo").Value <> 0 Then
dt.Rows.Add(row.Cells("gs_gsnr").Value, True)
@@ -115,6 +116,13 @@ Public Class frmGesamtsicherheitenMenuNEU
Next
'Debug
'For i As Integer = 0 To dt.Rows.Count - 1
' MsgBox("gs_nr: " & dt.Rows(i).Item("gs_gsnr").ToString & " " & "gs_isOpen: " & dt.Rows(i).Item("gs_isOpen").ToString)
'Next
For Each row As DataGridViewRow In dgvListe.Rows
If row.Cells("gs_SicherheitsSaldo").Value <> 0 Then