fix connectionstring not being respected, missing datasource for automatic indexes

This commit is contained in:
Jonathan Jenne
2020-03-17 17:35:00 +01:00
parent 1781a08022
commit a13a3b3c67
4 changed files with 2524 additions and 4391 deletions

View File

@@ -1766,6 +1766,8 @@ Partial Class frmAdministration
'
Me.ListBoxControl4.AppearanceSelected.BackColor = System.Drawing.Color.Khaki
Me.ListBoxControl4.AppearanceSelected.Options.UseBackColor = True
Me.ListBoxControl4.DataSource = Me.TBDD_INDEX_AUTOMBindingSource
Me.ListBoxControl4.DisplayMember = "INDEXNAME"
resources.ApplyResources(Me.ListBoxControl4, "ListBoxControl4")
Me.ListBoxControl4.Name = "ListBoxControl4"
'