kampretable
Vendor
- Jan 3, 2008
- 6
I am creating inputmask for register number, eg 22.01.11.2008.0001.
thisform.nRegNumber.InputMask = "22.01.11.2008.9999"
Now it change, eg 22.09.19.2008.0001,
thisform.nRegNumber.InputMask = "22.09.19.2008.9999"
The problem is 9 in 09 and 19. It has focus.
How to trick 9 ? Only 9999 has the focus.
NB: These problem arise because operator can customize the InputMask, stored in table. I do not expected the register number change like that.
thisform.nRegNumber.InputMask = "22.01.11.2008.9999"
Now it change, eg 22.09.19.2008.0001,
thisform.nRegNumber.InputMask = "22.09.19.2008.9999"
The problem is 9 in 09 and 19. It has focus.
How to trick 9 ? Only 9999 has the focus.
NB: These problem arise because operator can customize the InputMask, stored in table. I do not expected the register number change like that.