ZooFlow: Move Globix forms

This commit is contained in:
Jonathan Jenne
2020-11-19 12:13:18 +01:00
parent 761b3a19d1
commit b050ce7e2d
9 changed files with 279 additions and 231 deletions

View File

@@ -338,7 +338,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