jj: allow new values when sql suggestions is true / false
This commit is contained in:
@@ -621,6 +621,7 @@ Public Class frmIndex
|
||||
frm.FormBorderStyle = FormBorderStyle.SizableToolWindow
|
||||
frm.MultiSelect = False
|
||||
frm.DataSource = table
|
||||
frm.AddNewValues = AddNewValues
|
||||
frm.StartPosition = FormStartPosition.Manual
|
||||
frm.SelectedValues = New List(Of String) From {textBox.Text}
|
||||
frm.Location = pnlIndex.PointToScreen(New Point(340, y))
|
||||
|
||||
Reference in New Issue
Block a user