Set lookupMandator to disabled on first start
This commit is contained in:
parent
dddb1dc53a
commit
7846e660b9
@ -95,6 +95,7 @@ Public Class frmImportMain
|
||||
lookupMandator.Properties.DataSource = Winline.Mandators
|
||||
lookupMandator.ForceInitialize()
|
||||
lookupMandator.Properties.View.BestFitColumns()
|
||||
lookupMandator.Enabled = False
|
||||
|
||||
DocumentLoader = New DocumentLoader(LogConfig, Winline, Database,
|
||||
My.MappingConfiguration,
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user