jj: allow new values when sql suggestions is true / false

This commit is contained in:
Jonathan Jenne
2018-11-07 12:11:10 +01:00
parent 128475287f
commit 8e8bb037d0
3 changed files with 31 additions and 16 deletions

View File

@@ -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))