LookupGrid: Fix Form text, fix form sticking out of monitor when there is no space

This commit is contained in:
Jonathan Jenne
2022-04-01 11:03:57 +02:00
parent 6891642b37
commit 87335beff8
5 changed files with 21 additions and 8 deletions

View File

@@ -65,10 +65,10 @@ Public Class frmLookupGrid
oCheckboxColumn.OptionsColumn.AllowFocus = False
Text = _R.GetString("PopupForm_Text")
Text = _R.GetString("PopupForm_TextMultiselect")
_DataColumn = 1
Else
Text = _R.GetString("PopupForm_TextMultiLine")
Text = _R.GetString("PopupForm_Text")
_DataColumn = 0
End If