jj: tweak final index table, fix sql command
This commit is contained in:
@@ -1016,7 +1016,14 @@ Public Class frmAdministration
|
||||
|
||||
If Not IsNothing(obj) Then
|
||||
|
||||
Dim value = ClassFinalIndex.GetValue(obj, obj.IndexName, Windream_Indicies, Windream_Indicies_Types, obj.VectorIndex)
|
||||
Dim value
|
||||
|
||||
If obj.SQLCommand.Value <> String.Empty Then
|
||||
value = "SQL-Command"
|
||||
Else
|
||||
value = ClassFinalIndex.GetValue(obj, obj.IndexName, Windream_Indicies, Windream_Indicies_Types, obj.VectorIndex)
|
||||
End If
|
||||
|
||||
Dim guid = obj.GUID
|
||||
Dim profileId As Integer = PROFILGUIDTextBox.Text
|
||||
Dim connectionId As Integer = obj.ConnectionId
|
||||
@@ -1080,7 +1087,7 @@ Public Class frmAdministration
|
||||
|
||||
If value.Value <> String.Empty Then
|
||||
obj.ConnectionId = CURRENT_SQL_CON
|
||||
obj = ClassFinalIndex.SetValue("", obj, obj.IndexName, Windream_Indicies, Windream_Indicies_Types)
|
||||
obj.StringValue = "SQL-Command"
|
||||
End If
|
||||
|
||||
propertyGrid.Refresh()
|
||||
|
||||
Reference in New Issue
Block a user