LookupGrid: Filter datasource in popup according to selected values

This commit is contained in:
Jonathan Jenne
2021-03-30 11:41:02 +02:00
parent 0e951c630e
commit f3f1925634
2 changed files with 22 additions and 1 deletions

View File

@@ -21,6 +21,8 @@ Public Class frmLookup
LookupControl31.Properties.DataSource = oTable
LookupControl32.Properties.MultiSelect = True
LookupControl32.Properties.DisplayMember = "Col1"
LookupControl32.Properties.ValueMember = "Col1"
LookupControl32.Properties.DataSource = oTable
End Sub