Message bei Gesamtsicherheiten ausgeblendet.
This commit is contained in:
@@ -1107,7 +1107,7 @@ Public Class frmGesamtsicherheitenNEU
|
|||||||
|
|
||||||
|
|
||||||
For i As Integer = 0 To dt.Rows.Count - 1
|
For i As Integer = 0 To dt.Rows.Count - 1
|
||||||
MsgBox("gs_gsId: " & dt.Rows(i).Item("gs_gsId").ToString & " " & "gs_posNr: " & dt.Rows(i).Item("gs_posNr").ToString)
|
'MsgBox("gs_gsId: " & dt.Rows(i).Item("gs_gsId").ToString & " " & "gs_posNr: " & dt.Rows(i).Item("gs_posNr").ToString)
|
||||||
Dim sicherheit = New cSicherheiten(dt.Rows(i).Item("gs_gsId"), dt.Rows(i).Item("gs_posNr"))
|
Dim sicherheit = New cSicherheiten(dt.Rows(i).Item("gs_gsId"), dt.Rows(i).Item("gs_posNr"))
|
||||||
Dim currentPos = sicherheit.gs_posNr
|
Dim currentPos = sicherheit.gs_posNr
|
||||||
sicherheit.gs_posNr = currentPos - 1
|
sicherheit.gs_posNr = currentPos - 1
|
||||||
|
|||||||
Reference in New Issue
Block a user