mirror of
https://github.com/FellippeHeitor/InForm.git
synced 2025-01-15 11:59:34 +00:00
Resets .Max property for TextBoxes when a mask is applied.
This commit is contained in:
parent
51fa4e5d4c
commit
1833c42066
1 changed files with 1 additions and 0 deletions
|
@ -853,6 +853,7 @@ SUB __UI_BeforeUpdateDisplay
|
|||
IF Control(i).ControlIsSelected THEN
|
||||
Mask(i) = b$
|
||||
Text(i) = ""
|
||||
IF LEN(Mask(i)) THEN Control(i).Max = 0
|
||||
END IF
|
||||
NEXT
|
||||
CASE 36 'MinInterval
|
||||
|
|
Loading…
Reference in a new issue