Datenarchivarchiv

This commit is contained in:
2023-09-07 11:30:13 +02:00
parent b0441e489d
commit 7e1a5286b0
8 changed files with 1705 additions and 244 deletions

View File

@@ -2028,8 +2028,10 @@ Public Class cWorker_NCTS
Dim ATEZ = VERAG_PROG_ALLGEMEIN.cATEZ_NCTS_DATA.LOAD_ByBezugsNr(DY_TMP.dy_BezugsNr)
If ATEZ IsNot Nothing AndAlso ATEZ.hasEntry Then
If ATEZ.status Then
If ATEZ.status IsNot Nothing Then
'If ATEZ.status < 40 Then
FileCopy(filePath, "\\ftps.verag.ag\FTP\ATEZ\OUT\")
'End If
End If
End If
End Sub