diff --git a/Global_Indexer/My Project/AssemblyInfo.vb b/Global_Indexer/My Project/AssemblyInfo.vb index eff68a4..57d0175 100644 --- a/Global_Indexer/My Project/AssemblyInfo.vb +++ b/Global_Indexer/My Project/AssemblyInfo.vb @@ -33,7 +33,7 @@ Imports System.Runtime.InteropServices ' übernehmen, indem Sie "*" eingeben: ' - + \ No newline at end of file diff --git a/Global_Indexer/frmAdministration.vb b/Global_Indexer/frmAdministration.vb index dccfb54..267868f 100644 --- a/Global_Indexer/frmAdministration.vb +++ b/Global_Indexer/frmAdministration.vb @@ -436,17 +436,12 @@ Public Class frmAdministration btnSQLView.Visible = True MULTISELECTCheckBox.Visible = True VKT_ADD_ITEMCheckbox.Visible = True - + VKT_PREVENT_MULTIPLE_VALUESCheckbox.Visible = True Else btnSQLView.Visible = False MULTISELECTCheckBox.Visible = False VKT_ADD_ITEMCheckbox.Visible = False - - 'If (_indexIsVectorField) Then - ' VKT_ADD_ITEMCheckbox.Enabled = True - 'Else - ' VKT_ADD_ITEMCheckbox.Enabled = False - 'End If + VKT_PREVENT_MULTIPLE_VALUESCheckbox.Visible = False End If End If End Sub