Failure to attempt to save a curency(money) value field
failure to attempt to save a curency(money) value field
Hi guys,
i´m have a failure to attempt to save a curency(money) value field in this cenario:
1) Test cenario: Insert an value = U$ 1.000,00 in the transaction record to update store credit an another form.
1) The field value of my form is configured with:
a) Formatting Style: US Style
b) Number of Decimal : 2
c) Validator Type: Numeric
d) Mandatory : Checked
2) This form has a Post Processing update tool with a sql update command to store this field value to another table form.
SQL Command: "update app_fd_conta_contabil set c_saldo_conta = c_saldo_conta - FORMAT(#form.app_fd_transacao.id_valor_transacao#, 2)
where ID = '#form.app_fd_transacao.cboCtContabil#'"
3) Result: This update run without execution erros, but your result is the app to subtrac 1,00 otherwise 1.000,00
Any idea ?
Thanks,
Paulo Nascimento