Hi friends, I put the following formula in Custom Style->Decimals
Local stringVar strCadena :=ToText(cdbl({ado.ValorCliente}) - Truncate ({ado.ValorCliente}, 0)); Length (strCadena) - 2
But the report set 2 decimal for this operation ( 2 is equal to the setting configured in Regional Settings of my computer) cdbl({ado.ValorCliente}) - Truncate ({ado.ValorCliente}, 0)
Is there a way to avoid the regional settings?
Thanks in advance. Talo