Hello,
I have a unique situation.
I need to create an input mask that will force the user to enter a specific incident number in certain way. This input mask has to fill from both left to right and left to right for certain sections of the Incident number. This will allow user not to prefill certain digits with zeros.
Example: Incident number is 07-123456, the user will enter 07123456 and it will fill the correct format.
This is easy to do by using the !\00-000000 mask
The problem is that when the incident number is 07-000001, I want the user to only enter 071 and I want it to prefill the zeros (such as 07-000001)
I have looked high and low but cannot find any way to get this done.
Any help is appreciated,
Thanks
Safa
I have a unique situation.
I need to create an input mask that will force the user to enter a specific incident number in certain way. This input mask has to fill from both left to right and left to right for certain sections of the Incident number. This will allow user not to prefill certain digits with zeros.
Example: Incident number is 07-123456, the user will enter 07123456 and it will fill the correct format.
This is easy to do by using the !\00-000000 mask
The problem is that when the incident number is 07-000001, I want the user to only enter 071 and I want it to prefill the zeros (such as 07-000001)
I have looked high and low but cannot find any way to get this done.
Any help is appreciated,
Thanks
Safa