BL-File Anzahl Leerzeichen
This commit is contained in:
@@ -794,7 +794,7 @@ Public Class cAsfinag
|
|||||||
End Using
|
End Using
|
||||||
End Using
|
End Using
|
||||||
Catch ex As Exception
|
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 Try
|
||||||
End Sub
|
End Sub
|
||||||
|
|
||||||
@@ -1356,7 +1356,7 @@ Public Class cAsfinag
|
|||||||
.FileName = fileName
|
.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(" ", 66)
|
||||||
sw.Write(Trailer.SortField)
|
sw.Write(Trailer.SortField)
|
||||||
sw.Write(Trailer.RecordID)
|
sw.Write(Trailer.RecordID)
|
||||||
sw.Write(Trailer.FileName)
|
sw.Write(Trailer.FileName)
|
||||||
|
|||||||
Reference in New Issue
Block a user