LookupGrid: Version 1.0.2.1

This commit is contained in:
Jonathan Jenne
2020-03-12 11:54:41 +01:00
parent 4c4ea524eb
commit e013fd4a25
3 changed files with 2 additions and 8 deletions

View File

@@ -80,6 +80,7 @@ Public Class LookupControl2
Properties.Buttons.Item(0).Tag = TAG_DROPDOWN
Properties.Buttons.AddRange({_LookupFormButton})
Properties.NullText = TEXT_NO_RECORDS
AddHandler ButtonClick, AddressOf HandleButtonClick
AddHandler EditValueChanging, AddressOf HandleEditValueChanging