Hi Foxer!
I follow the logic of string, it has '',"" and [] to handle the problem if user use '," or [] in string variable.
Back to inputmask, is there any character that I can use to trick 9 in inputmask ?
Mike : This Application record migration, so they have different format in Population...
Hi Mike and Dave!
I think user create inputmask like this:
22.01.11.9999.2008
22.01.9999.11.2008
22.9999.01.11.2008
But unexpectedly user create inputmask like this:
22.09.19.2008.9999
? ?
In this case I only want to let the user change the last four digits.
How to trick 9 in...
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...
I want to use value that have comma (",") in combobox, for example:
SHM
STNK
SAVING
DEPOSIT
SHM,STNK
SHM,SAVING
If I click the combobox, it look like this:
SHM
SHM
SHM
STNK
STNK ...
How to trik the comma?
NB: I am using plus ("+") to solve the problem,eg SHM+STNK. But my customer still want...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.