M
mzam
I have a Text Box in my browser enabled InfoPath form set up as follows:
DataType = Decimal(double)
Format = Number, decimal 2 places and use a digit grouping symbol(,)
When I open the form in Infopath as soon as I type a number and change focus
the format is set. When I use the same form in the browser the format does
not take place when I change focus. It will only do it if in the postback
settings I always send data to the server when the control value changes.
I want to avoid going to the server back and forth since I have several
fields like this and it would be very annoying for the user having to wait
for a couple of seconds every time they change the values. Is there a work
around for this?
Regards,
mzam
DataType = Decimal(double)
Format = Number, decimal 2 places and use a digit grouping symbol(,)
When I open the form in Infopath as soon as I type a number and change focus
the format is set. When I use the same form in the browser the format does
not take place when I change focus. It will only do it if in the postback
settings I always send data to the server when the control value changes.
I want to avoid going to the server back and forth since I have several
fields like this and it would be very annoying for the user having to wait
for a couple of seconds every time they change the values. Is there a work
around for this?
Regards,
mzam