LookupGrid: Fix Form text, fix form sticking out of monitor when there is no space
This commit is contained in:
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user