KI_upload

This commit is contained in:
2025-04-29 11:50:48 +02:00
parent aedf2c7375
commit d3d2be1c08
3 changed files with 495 additions and 464 deletions

View File

@@ -23,6 +23,7 @@ Public Class usrcntlPDFScan
Public Event FileAdded(id As String, path As String, name As String)
Public Event FileDeleted()
Private Sub usrcntlPDFScan_Layout(sender As Object, e As LayoutEventArgs) Handles Me.Layout
Me.txt.Text = _TEXT_PDF
@@ -363,6 +364,7 @@ Public Class usrcntlPDFScan
'DatenserverIDCollection.DELETE(DatenserverIDCollection.LIST(0).coll_daId)
''' DatenserverIDCollection.Clear()
initPdf()
RaiseEvent FileDeleted()
End If
End Sub