Text Box-DataType Decimal and format does not function on browser

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
 
M

mzam

Hi Swathi,

I do not want to postback to the server everytime one of these values change

When I change focus the 2 decimal places are formatted without posting back,
why isn't the comma separator also formatted?

Regards,
Mario
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top