AuditFlow, OpenSnd_SendToAviso

This commit is contained in:
2025-09-03 14:21:50 +02:00
parent 21a1236ca5
commit 9513240844
18 changed files with 1755 additions and 1195 deletions

View File

@@ -94,6 +94,14 @@ Public Class usrcntlPDFScanList
' initPdf()
' End If
' End Sub
Public Function get_DA_ID() As Integer
If DS IsNot Nothing AndAlso DS.hasITEMS Then
If DS.da_id IsNot Nothing Then
Return DS.da_id
End If
End If
Return -1
End Function
Public Sub initPdf()
MyListBox1.Items.Clear()