CASAS DECIMAIS
Olá a Todos, estou tentando formatar os valores da coluna na SGrid.. mas não esta funcionando.....
o digo é esse...
.CellDetails .Rows, 9, DateDiff([Ô]d[Ô], Rst!Dt_Vencto, Now) * 8 / 100, DT_RIGHT
deveria ficar -- > 0,80
e não 0,8
o digo é esse...
.CellDetails .Rows, 9, DateDiff([Ô]d[Ô], Rst!Dt_Vencto, Now) * 8 / 100, DT_RIGHT
deveria ficar -- > 0,80
e não 0,8
tentei dessa forma é nada...
.CellDetails .Rows, 9, DateDiff([Ô]d[Ô], Rst!Dt_Vencto, Now) * Format(8 / 100, [Ô]###,##0.00[Ô]), DT_RIGHT
.CellDetails .Rows, 9, DateDiff([Ô]d[Ô], Rst!Dt_Vencto, Now) * Format(8 / 100, [Ô]###,##0.00[Ô]), DT_RIGHT
Tenta ssim...
.CellDetails .Rows, 9, Format(DateDiff([Ô]d[Ô], Rst!Dt_Vencto, Now) * 8 / 100, [Ô]###,##0.00[Ô]), DT_RIGHT
.CellDetails .Rows, 9, Format(DateDiff([Ô]d[Ô], Rst!Dt_Vencto, Now) * 8 / 100, [Ô]###,##0.00[Ô]), DT_RIGHT
Cara
Format(.CellDetails .Rows, 9, DateDiff([Ô]d[Ô], Rst!Dt_Vencto, Now) * 8 / 100, DT_RIGHT, [Ô]####0.00[Ô])
Boa sorte
JONATHANSTECKER, Blz. funcionou... já tinha passeado com esse formato pra todos lados.. menos antes do dateDiff.... blz cara...
Tópico encerrado , respostas não são mais permitidas