Version 2.5.0.7
This commit is contained in:
@@ -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("")>
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user