Zooflow: new search form
This commit is contained in:
@@ -206,9 +206,8 @@ Public Class frmFlowForm
|
||||
AddHandler Watcher.ClipboardChanged, AddressOf Watcher_ClipboardChanged
|
||||
|
||||
Dim oSQL = My.Queries.Common.FNIDB_GET_SEARCH_PROFILES(My.Application.User.UserId, My.Application.User.Language)
|
||||
Dim oDatatable As DataTable = My.DatabaseIDB.GetDatatable(oSQL)
|
||||
Dim oDatatable As DataTable = My.DatabaseIDB.GetDatatable(oSql)
|
||||
PictureBoxSearch1.Visible = False
|
||||
|
||||
If Not IsNothing(oDatatable) OrElse oDatatable.Rows.Count > 0 Then
|
||||
IDBSearchActive = True
|
||||
DTIDB_SEARCHES = oDatatable
|
||||
@@ -256,8 +255,6 @@ Public Class frmFlowForm
|
||||
Logger.Info("Clipboard Watcher Module is not active. Hotkey Monitoring will be disabled!")
|
||||
End If
|
||||
|
||||
|
||||
|
||||
If My.Application.ModulesActive.Contains(MODULE_GLOBAL_INDEXER) Then
|
||||
FileDrop = New ClassFileDrop(My.LogConfig)
|
||||
FileHandle = New ClassFilehandle()
|
||||
@@ -403,7 +400,7 @@ Public Class frmFlowForm
|
||||
Logger.Debug("OnEvent called!")
|
||||
End Sub
|
||||
Private Sub PictureBox1_Click(sender As Object, e As EventArgs) Handles PictureBox1.Click
|
||||
frmSearch2021.Show()
|
||||
frmSearchNeu.Show()
|
||||
|
||||
'Open_FlowSearch()
|
||||
End Sub
|
||||
|
||||
Reference in New Issue
Block a user