LookupGrid: Translate last string in LookupGrid
This commit is contained in:
@@ -54,13 +54,11 @@ Public Class frmLookupGrid
|
||||
Dim oCheckboxColumn = _View.Columns.Item(0)
|
||||
oCheckboxColumn.Caption = " "
|
||||
oCheckboxColumn.MaxWidth = 10
|
||||
My.Resources.ResourceManager.GetString("FormText")
|
||||
|
||||
|
||||
Text = _R.GetString("FormText")
|
||||
Text = _R.GetString("PopupForm_Text")
|
||||
_DataColumn = 1
|
||||
Else
|
||||
Text = _R.GetString("FormText")
|
||||
Text = _R.GetString("PopupForm_TextMultiLine")
|
||||
_DataColumn = 0
|
||||
End If
|
||||
|
||||
|
||||
Reference in New Issue
Block a user