This commit is contained in:
2025-04-25 09:57:40 +02:00
parent cade3bdf0e
commit 29aa030634

View File

@@ -137,7 +137,7 @@ Public Class usrcntlPDFScanList
If DS.uploadDataToDATENSERVER_fromBytes(frmScan.ReturnValue, Filename, ".pdf") Then
If DS.DATA_LIST.LIST.Count > 0 Then
Dim l As VERAG_PROG_ALLGEMEIN.cDatenarchiv_Collection = DS.DATA_LIST.LIST(DS.DATA_LIST.LIST.Count - 1)
RaiseEvent FileAdded(l.coll_id, l.coll_pfad, l.coll_bezeichnung)
RaiseEvent FileAdded(l.coll_daId, l.coll_pfad, l.coll_bezeichnung)
End If
End If