This commit is contained in:
Digital Data - Marlon Schreiber
2018-08-16 14:17:02 +02:00
parent a01164b6ac
commit f8e3b3628e
15 changed files with 609 additions and 1 deletions

View File

@@ -650,7 +650,9 @@ Public Class Windream
For Each dok As WMObject In WMObjects
Dim path As String = dok.aPath
Dim DOC_ID = dok.GetVariableValue(NameIndexDocID)
Logger.Info("Adding DocInfo for DocID: " & DOC_ID.ToString)
dt.Rows.Add(DOC_ID, path)
Next
dt.AcceptChanges()
End If