hi

i am having problem in formating textbox. i have set textbox dataformat to NUMBER. i add number entered in 3 textvoxes and display the total in 4th textbox. if the input in the textboxes are.....12,345,12,345,12,345 (addtion is done in textbox lost focus events). it displays the total in 4th textbox as only 36 instead of 37,035.

how can i solve the problem?

thanks