Feature_Gesamtsicherheiten
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user