neu
This commit is contained in:
@@ -591,12 +591,8 @@ Public Class usrCntlBH
|
||||
|
||||
Try
|
||||
|
||||
' kdnr += CInt(currentRow(0).Trim())
|
||||
|
||||
kdnr += currentRow(0).Substring(1) 'erste Stelle weg --> 2 oder 5
|
||||
kdnr_tmp = kdnr
|
||||
' MsgBox("KdNr: " & kdnr)
|
||||
' MsgBox(kdnr)
|
||||
|
||||
Dim OP As New VERAG_PROG_ALLGEMEIN.cOffene_Posten_DVO()
|
||||
' VERAG_PROG_ALLGEMEIN.SQL.isleernothing(getTrimedString(currentRow(11), 20))
|
||||
@@ -610,7 +606,6 @@ Public Class usrCntlBH
|
||||
OP.Buchungsbetrag_SOLL = CDbl(sql.isleernothing(currentRow(4)))
|
||||
OP.Buchungsbetrag_HABEN = CDbl(sql.isleernothing(currentRow(5)))
|
||||
OP.Saldo = CDbl(sql.isleernothing(currentRow(6)))
|
||||
|
||||
OP.Steuercode = sql.isleernothing(currentRow(7))
|
||||
OP.Ländercode = sql.isleernothing(currentRow(8))
|
||||
OP.Steuerbetrag = CDbl(sql.isleernothing(currentRow(9)))
|
||||
@@ -629,7 +624,6 @@ Public Class usrCntlBH
|
||||
|
||||
OP.SAVE()
|
||||
|
||||
|
||||
Catch ex As Exception
|
||||
MsgBox("KdNr: " & kdnr & vbNewLine & ex.Message & ex.StackTrace)
|
||||
End Try
|
||||
|
||||
Reference in New Issue
Block a user