From 2101f51816cd61e54749434131681798343caf93 Mon Sep 17 00:00:00 2001 From: Jonathan Jenne Date: Tue, 1 Feb 2022 16:29:29 +0100 Subject: [PATCH] Version 2.5.0.7 --- Global_Indexer/My Project/AssemblyInfo.vb | 4 ++-- Global_Indexer/frmIndex.vb | 4 +++- 2 files changed, 5 insertions(+), 3 deletions(-) diff --git a/Global_Indexer/My Project/AssemblyInfo.vb b/Global_Indexer/My Project/AssemblyInfo.vb index c99d7a3..88ec2bc 100644 --- a/Global_Indexer/My Project/AssemblyInfo.vb +++ b/Global_Indexer/My Project/AssemblyInfo.vb @@ -15,7 +15,7 @@ Imports System.Runtime.InteropServices - + @@ -33,7 +33,7 @@ Imports System.Runtime.InteropServices ' übernehmen, indem Sie "*" eingeben: ' - + \ No newline at end of file diff --git a/Global_Indexer/frmIndex.vb b/Global_Indexer/frmIndex.vb index 92a2e35..7784d4a 100644 --- a/Global_Indexer/frmIndex.vb +++ b/Global_Indexer/frmIndex.vb @@ -1684,8 +1684,8 @@ Public Class frmIndex If oFoundDocType IsNot Nothing Then _Logger.Info("Setting Last Saved DocType: {0}", CURRENT_LASTDOKART) - ComboboxDoctype.EditValue = oFoundDocType + ComboboxDoctype.EditValue = oFoundDocType End If 'cmbDokumentart.SelectedIndex = cmbDokumentart.FindStringExact(CURRENT_LASTDOKART) @@ -1742,6 +1742,8 @@ Public Class frmIndex Next ComboboxDoctype.Properties.DataSource = oDocTypeList + 'ComboboxDoctype.Properties.ValueMember = "Guid" + 'ComboboxDoctype.Properties.DisplayMember = "Name" ' ComboboxDoctype.SelectedIndex = -1 Catch ex As Exception