This commit is contained in:
2022-05-17 17:08:49 +02:00
12 changed files with 634 additions and 362 deletions

View File

@@ -40,7 +40,7 @@ Public Class frmFileflow_Duplicate
If oSql IsNot Nothing Then
Dim oResultDT = Await My.Database.GetDatatableIDBAsync(oSql)
If Not IsNothing(oResultDT) Then
Search.Run(oResultDT, "FileFlow Duplicate File")
Search.RunWithDataTable(oResultDT, "FileFlow Duplicate File")
End If
End If