Anhanggröße wird in DB gespeichert
This commit is contained in:
@@ -156,7 +156,8 @@ Public Class cEORIWebService
|
||||
Dim destPath = DS.GET_TOP1_PATH
|
||||
|
||||
If AvisoId > 0 And SendungsId > 0 Then
|
||||
Dim ANH As New VERAG_PROG_ALLGEMEIN.cAvisoAnhaenge(AvisoId, fileName, DS.da_id, "EORI", "PDF", SendungsId)
|
||||
Dim fi As New FileInfo(PdfTmp)
|
||||
Dim ANH As New VERAG_PROG_ALLGEMEIN.cAvisoAnhaenge(AvisoId, fileName, DS.da_id, "EORI", "PDF", SendungsId, , fi.Length)
|
||||
If Not ANH.SAVE Then MsgBox("Fehler beim Anhang speichern!") : Return False
|
||||
Dim anhId = ANH.anh_id
|
||||
End If
|
||||
|
||||
@@ -1,4 +1,5 @@
|
||||
Imports SDL.at.gv.bmf.finanzonlineLogin
|
||||
Imports System.IO
|
||||
Imports SDL.at.gv.bmf.finanzonlineLogin
|
||||
|
||||
|
||||
' Aufruf des Webservice von FinanzOnline zur prüfung der UID-Nummer
|
||||
@@ -177,7 +178,8 @@ Public Class cFinanzOnlineWebService
|
||||
Dim destPath = DS.GET_TOP1_PATH
|
||||
|
||||
If AvisoId > 0 And SendungsId > 0 Then
|
||||
Dim ANH As New VERAG_PROG_ALLGEMEIN.cAvisoAnhaenge(AvisoId, fileName, DS.da_id, "UID", "PDF", SendungsId)
|
||||
Dim fi As New FileInfo(PdfTmp)
|
||||
Dim ANH As New VERAG_PROG_ALLGEMEIN.cAvisoAnhaenge(AvisoId, fileName, DS.da_id, "UID", "PDF", SendungsId, , fi.Length)
|
||||
If Not ANH.SAVE Then MsgBox("Fehler beim Anhang speichern!") : Return False
|
||||
Dim anhId = ANH.anh_id
|
||||
End If
|
||||
|
||||
Reference in New Issue
Block a user