typo in TBL (asfinag)
This commit is contained in:
@@ -1128,7 +1128,7 @@ Public Class cAsfinag
|
|||||||
.SortField = "000"
|
.SortField = "000"
|
||||||
.RecordID = "00"
|
.RecordID = "00"
|
||||||
.FileName = fileName
|
.FileName = fileName
|
||||||
.LiveTestIndicator = "L" 'T für Testfile, L Livesystem
|
.LiveTestIndicator = IIf(VERAG_PROG_ALLGEMEIN.cAllgemein.TESTSYSTEM, "T", "L") 'T für Testfile, L Livesystem
|
||||||
.FileCreationDate = Today.ToString("yyyymmdd")
|
.FileCreationDate = Today.ToString("yyyymmdd")
|
||||||
.FileCreationTime = Now().ToString("hhmm")
|
.FileCreationTime = Now().ToString("hhmm")
|
||||||
.RunNumber = Format(currentFileNr, "000")
|
.RunNumber = Format(currentFileNr, "000")
|
||||||
@@ -1171,7 +1171,7 @@ Public Class cAsfinag
|
|||||||
With Trailer
|
With Trailer
|
||||||
.SortField = "999"
|
.SortField = "999"
|
||||||
.RecordID = "99"
|
.RecordID = "99"
|
||||||
.FileName = "TBL"
|
.FileName = fileName
|
||||||
.RunNumber = Format(currentFileNr, "000")
|
.RunNumber = Format(currentFileNr, "000")
|
||||||
.RecordCount = Format(lngAnzahlSätze, "0000000")
|
.RecordCount = Format(lngAnzahlSätze, "0000000")
|
||||||
.Filler = New String(" ", 13)
|
.Filler = New String(" ", 13)
|
||||||
@@ -1274,7 +1274,7 @@ Public Class cAsfinag
|
|||||||
.SortField = "000"
|
.SortField = "000"
|
||||||
.RecordID = "00"
|
.RecordID = "00"
|
||||||
.FileName = fileName
|
.FileName = fileName
|
||||||
.LiveTestIndicator = "L" 'T für Testfile, L Livesystem
|
.LiveTestIndicator = IIf(VERAG_PROG_ALLGEMEIN.cAllgemein.TESTSYSTEM, "T", "L") 'T für Testfile, L Livesystem
|
||||||
.FileCreationDate = Today.ToString("yyyymmdd")
|
.FileCreationDate = Today.ToString("yyyymmdd")
|
||||||
.FileCreationTime = Now().ToString("hhmm")
|
.FileCreationTime = Now().ToString("hhmm")
|
||||||
.RunNumber = Format(currentFileNr, "000")
|
.RunNumber = Format(currentFileNr, "000")
|
||||||
@@ -1353,7 +1353,7 @@ Public Class cAsfinag
|
|||||||
With Trailer
|
With Trailer
|
||||||
.SortField = "999"
|
.SortField = "999"
|
||||||
.RecordID = "99"
|
.RecordID = "99"
|
||||||
.FileName = "TBL"
|
.FileName = fileName
|
||||||
.RunNumber = Format(currentFileNr, "000")
|
.RunNumber = Format(currentFileNr, "000")
|
||||||
.RecordCount = Format(lngAnzahlSätze, "0000000")
|
.RecordCount = Format(lngAnzahlSätze, "0000000")
|
||||||
.Filler = New String(" ", 13)
|
.Filler = New String(" ", 13)
|
||||||
|
|||||||
Reference in New Issue
Block a user