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

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