Inputmask gives wrong result

odrap

Registered User.
Local time
Today, 15:33
Joined
Dec 16, 2008
Messages
156
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..
 
Hi Dear,

PS. In the datatable the length for this field is 15 and ther also the same inputmask is set..

I did it in my own temp database but its working.........

Try to remove input mask from any one side........ just keep input mask either in table or in form......... Just try it........
 
Thanks for the advice. In the meantime i've found the reason for this behavior. Somewhere in the code behind forms i've put a wrong inputmask to get active if a certain condition was met. This condition did indeed occure and therefore the wrong inputmask was applied.
 
Some time big problem solves with simplest logic...
 

Users who are viewing this thread

Back
Top Bottom