Version 3.2.1
This commit is contained in:
parent
3c186e39a4
commit
028690308d
@ -173,6 +173,8 @@ Public Class RepositoryItemLookupControl3
|
||||
NullText = String.Format(_R.GetString("LookupControl_NoRecords"))
|
||||
Case Else
|
||||
NullText = Values.FirstOrDefault()
|
||||
' JJ at 07.05.2021
|
||||
' Setting the EditValue Is crucial for making the Control work as a Cell Editor!!!
|
||||
OwnerEdit.EditValue = Values.FirstOrDefault()
|
||||
End Select
|
||||
End If
|
||||
|
||||
@ -31,5 +31,5 @@ Imports System.Runtime.InteropServices
|
||||
' übernehmen, indem Sie "*" eingeben:
|
||||
' <Assembly: AssemblyVersion("1.0.*")>
|
||||
|
||||
<Assembly: AssemblyVersion("3.2.0.0")>
|
||||
<Assembly: AssemblyFileVersion("3.2.0.0")>
|
||||
<Assembly: AssemblyVersion("3.2.1.0")>
|
||||
<Assembly: AssemblyFileVersion("3.2.1.0")>
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user