Fix checkbox label
This commit is contained in:
parent
7ef0e493fb
commit
e9db58f2cf
@ -367,7 +367,12 @@ Public Class frmMonitor
|
||||
|
||||
Select Case oParam.DataType
|
||||
Case DataTypeEnum.Boolean
|
||||
oControl = New CheckEdit()
|
||||
Dim oCheckbox = New CheckEdit With {
|
||||
.Text = oParam.Title
|
||||
}
|
||||
|
||||
oControl = oCheckbox
|
||||
|
||||
|
||||
Case DataTypeEnum.Date
|
||||
oControl = New DateEdit()
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user