Fix checkbox label
This commit is contained in:
@@ -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()
|
||||
|
||||
Reference in New Issue
Block a user