Version 2.5.0.7
This commit is contained in:
@@ -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