only allow integers in INTEGER field
This commit is contained in:
@@ -310,6 +310,8 @@ Public Class ClassControls
|
|||||||
Select Case DataType
|
Select Case DataType
|
||||||
Case "INTEGER"
|
Case "INTEGER"
|
||||||
oEdit.Properties.Mask.MaskType = DevExpress.XtraEditors.Mask.MaskType.Numeric
|
oEdit.Properties.Mask.MaskType = DevExpress.XtraEditors.Mask.MaskType.Numeric
|
||||||
|
oEdit.Properties.Mask.EditMask = "d"
|
||||||
|
Console.WriteLine()
|
||||||
End Select
|
End Select
|
||||||
|
|
||||||
If text IsNot Nothing Then
|
If text IsNot Nothing Then
|
||||||
|
|||||||
Reference in New Issue
Block a user