field formatting after AJAX request
Posted: Thu Apr 21, 2016 3:19 pm
I have a process that is calling out to another AJAX process to do a bunch of calculations, which takes the result of that and updates the text boxes on the screen using the pui.set() API.
The only issue I am having is that the fields lose all of their formatting after this. I have the fields setup to be displayed as number, with the Use 1000 Separator checked. So before the call, it will display as 100,000.00 and after I run my pui.set() i get 100000.00.
Do I need to run some sort of applyProperty() on each field to reset that formatting?
The only issue I am having is that the fields lose all of their formatting after this. I have the fields setup to be displayed as number, with the Use 1000 Separator checked. So before the call, it will display as 100,000.00 and after I run my pui.set() i get 100000.00.
Do I need to run some sort of applyProperty() on each field to reset that formatting?