This commit is contained in:
2020-11-24 15:09:10 +01:00
23 changed files with 773 additions and 822 deletions

View File

@@ -350,7 +350,7 @@ Public Class frmFlowForm
Next
If My.Application.Globix.DTACTUAL_FILES.Rows.Count > 1 And oOnlyFilesFromFilesystem = False Then
frmGlobixIndexFileList.ShowDialog()
frmGlobix_IndexFileList.ShowDialog()
My.Application.Globix.DTACTUAL_FILES = Nothing
My.Application.Globix.DTACTUAL_FILES = My.Database.GetDatatable(sql)
End If