InputBox InputMask / Total Editing Time (1 Viewer)

T

tobyinpa

Guest
I am trying to specify an inputmask for an input box. I have an option group that has 3 options. 3-month, 6-month, and other. When the user selects 3 month, it will add 90 days to a field [DateStart] and display it in the [DateEnd] field. And the same goes with the 6-month. By the way the End Date field is locked. When the user selects "Other" I want the [EndDate] field to unlock once the password is correct. This all works fine, the inputbox is within a function called by a Sub upon the Event Procedure On CLick. I have tried:
PIN.InputMask = "Password" But it doesnt work.

My Second question is why is the total editing time in properties not accumulating? Is it not active? I tried looking for it, but to no evail. Any Ideas?
 

Users who are viewing this thread

Top Bottom