Version 2.5.0.7

This commit is contained in:
Jonathan Jenne
2022-02-01 16:29:29 +01:00
parent b2f82f3880
commit 2101f51816
2 changed files with 5 additions and 3 deletions

View File

@@ -15,7 +15,7 @@ Imports System.Runtime.InteropServices
<Assembly: AssemblyCompany("Digital Data")>
<Assembly: AssemblyProduct("Global Indexer")>
<Assembly: AssemblyCopyright("Copyright © 2022")>
<Assembly: AssemblyTrademark("2.5.0.6")>
<Assembly: AssemblyTrademark("2.5.0.7")>
<Assembly: ComVisible(False)>
@@ -33,7 +33,7 @@ Imports System.Runtime.InteropServices
' übernehmen, indem Sie "*" eingeben:
' <Assembly: AssemblyVersion("1.0.*")>
<Assembly: AssemblyVersion("2.5.0.6")>
<Assembly: AssemblyVersion("2.5.0.7")>
<Assembly: AssemblyFileVersion("1.0.0.0")>
<Assembly: NeutralResourcesLanguageAttribute("")>

View File

@@ -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