In one of my forms i have a textbox with the following inputmask
>LL" "0000" "000" "000 which must make it possible to enter data as
BE 5489 458 789
However when i enter the textbox to put in data the following is shown in the textbox:
** ***.***.***
As result of this i can't put in the whole text as given above. There's a short of one position. All i can enter is:
BE 548 945 878
there is no more place for the last number 9!
What's wrong with my inputmask ?
PS. In the datatable the length for this field is 15 and ther also the same inputmask is set..
>LL" "0000" "000" "000 which must make it possible to enter data as
BE 5489 458 789
However when i enter the textbox to put in data the following is shown in the textbox:
** ***.***.***
As result of this i can't put in the whole text as given above. There's a short of one position. All i can enter is:
BE 548 945 878
there is no more place for the last number 9!
What's wrong with my inputmask ?
PS. In the datatable the length for this field is 15 and ther also the same inputmask is set..