Hi,
i have a problem with Masked Text field type Numeric in Registration FormView.
I would like this field to have, for example:
1) if i entry in this field 999999, the field showed the value 9 999,99
2) if i entry in this field 123456700 the field showed the value 1 234 567,00
I would like the field to be masked always with two decimal digits and a thousand separator.
How can i do this?
Hi
Masked text is about entering a value in a full pattern. It is not about formatting the output. Form that ConfiForms has virtual functions such as formatNumber and alike
To answer your question you can do this
Alex
Thanks!
Is there any way to set the output format on the registration form?
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
What do you want specifically? Output format does not make much sense on an input (which form view is)
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
I complete the "Kwota" field in the registration form by entering the string 12345600 from the keyboard.
I would like the screen to show 123 456,00 in this field.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
set mask to 999 999,00
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
It does not work.
If i set this mask, I can't enter a value greater than 999 999,99 :(
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Well, put 99999999,99 as a mask
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
That's not what I mean.
If i enter 12345600, I would like the screen to show 123 456,00
If i enter 999999900, I would like the screen to show 9 999 999,00
If i enter 8700099912, I would like the screen to show 87 000 99,12
Is it possible to do this?
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.