BL-File Anzahl Leerzeichen

This commit is contained in:
2023-12-06 11:11:05 +01:00
parent d081f250b5
commit cdd3120bf2

View File

@@ -794,7 +794,7 @@ Public Class cAsfinag
End Using
End Using
Catch ex As Exception
VERAG_PROG_ALLGEMEIN.cErrorHandler.ERR(ex.Message, ex.StackTrace, System.Reflection.MethodBase.GetCurrentMethod.Name)e)
VERAG_PROG_ALLGEMEIN.cErrorHandler.ERR(ex.Message, ex.StackTrace, System.Reflection.MethodBase.GetCurrentMethod.Name)
End Try
End Sub
@@ -1356,7 +1356,7 @@ Public Class cAsfinag
.FileName = fileName
.RunNumber = Format(currentFileNr, "000")
.RecordCount = Format(lngAnzahlSätze, "0000000")
.Filler = New String(" ", 13)
.Filler = New String(" ", 66)
sw.Write(Trailer.SortField)
sw.Write(Trailer.RecordID)
sw.Write(Trailer.FileName)