EXG
This commit is contained in:
@@ -420,26 +420,38 @@ Public Class frmDYNachrichtenVerarbeitung
|
||||
|
||||
|
||||
'VW: SumAErledigungsinformationCDXWare
|
||||
If Not found And cGetMsgType.isEZA_DatenZumAusgang(doc, VERSION) Then
|
||||
If Not found And cGetMsgType.isEZA_SumAErledigungsinformationCDXWare(doc, VERSION) Then
|
||||
Select Case VERSION
|
||||
Case False
|
||||
Case Else : If cWorker_AES_EXG.readEZA_DatenZumAusgang_DataEXITDE_005(Me, d, saveVerwahrung) <> "" Then found = True
|
||||
Case Else : If cWorker_Verwahrung.readEZA_SumAErledigungsinformationCDXWare007(Me, d, saveVerwahrung) <> "" Then found = True
|
||||
End Select
|
||||
End If
|
||||
|
||||
|
||||
'------------------------------------------
|
||||
'------------------ EXPORT / Gestellung (AES) ------------------
|
||||
'------------------------------------------
|
||||
|
||||
|
||||
'VW: UngueltigkeitSicherheitenNCTSDE
|
||||
If Not found And cGetMsgType.isNCTS_SumAVerwahrungsinfo(doc, VERSION) Then
|
||||
'AES: UngueltigkeitSicherheitenNCTSDE
|
||||
If Not found And cGetMsgType.isAES_DatenZumAusgang(doc, VERSION) Then
|
||||
frmStartOptions.copyFile(d, "\\datenarchiv\Datenarchiv\DAKOSY\ECHTSYSTEM\EXG\")
|
||||
Select Case VERSION
|
||||
Case False
|
||||
Case Else : If cWorker_Verwahrung.readVW_SumAVerwahrungsinfo(Me, d, saveVerwahrung) <> "" Then found = True
|
||||
Case Else : If cWorker_AES_EXG.readEZA_DatenZumAusgang_DataEXITDE_005(Me, d, saveVerwahrung) <> "" Then found = True
|
||||
End Select
|
||||
End If
|
||||
|
||||
'AES: Zoll Nachricht
|
||||
If Not found And cGetMsgType.isAES_E_EXT_DAT(doc) Then
|
||||
frmStartOptions.copyFile(d, "\\datenarchiv\Datenarchiv\DAKOSY\ECHTSYSTEM\EXG\")
|
||||
'Select Case VERSION
|
||||
' Case False
|
||||
' Case Else : If cWorker_AES_EXG.readEZA_DatenZumAusgang_DataEXITDE_005(Me, d, saveVerwahrung) <> "" Then found = True
|
||||
'End Select
|
||||
End If
|
||||
|
||||
'
|
||||
|
||||
'------------------------------------------
|
||||
'------------------ EZA ------------------
|
||||
|
||||
Reference in New Issue
Block a user