TestGUI: update test
This commit is contained in:
parent
11908ab246
commit
96f3ece84e
@ -29,8 +29,10 @@ Public Class frmLookup
|
|||||||
LookupControl32.Properties.ValueMember = "Col1"
|
LookupControl32.Properties.ValueMember = "Col1"
|
||||||
LookupControl32.Properties.DataSource = oTable
|
LookupControl32.Properties.DataSource = oTable
|
||||||
|
|
||||||
|
|
||||||
LookupControl33.Properties.AllowAddNewValues = True
|
LookupControl33.Properties.AllowAddNewValues = True
|
||||||
LookupControl33.Properties.MultiSelect = True
|
LookupControl33.Properties.MultiSelect = True
|
||||||
|
LookupControl33.Properties.DataSource = oTable
|
||||||
End Sub
|
End Sub
|
||||||
|
|
||||||
Private Function GetDatatable(Limit As Integer) As DataTable
|
Private Function GetDatatable(Limit As Integer) As DataTable
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user