Fórum TCurrencyEdit migrando pra TEdit #590651
17/01/2018
0
while not DM.SQL_ListarPedidos.Eof do
begin
TOTAL_VISTA := TOTAL_VISTA + DM.SQL_ListarPedidossub_total.Value;
TOTAL_PRAZO := TOTAL_PRAZO+ DM.SQL_ListarPedidossub_prazo.Value;
DM.SQL_ListarPedidos.Next;
end;
//erro nessas duas linhas de baixo
txt_valorvista.Text := TOTAL_VISTA;
txt_valorprazo.Text := TOTAL_PRAZO;
//outro trecho que está dando erro e nao sei como resolver
tb_gerarparcelasPARC_VALOR.Value := (txt_valorPrazo.Value / TOTAL_PARCELAS);
Matheus Soares
Curtir tópico
+ 0Posts
19/01/2018
Felipe Souza
Gostei + 0
19/01/2018
Felipe Souza
Gostei + 0
19/01/2018
Felipe Souza
Gostei + 0
Clique aqui para fazer login e interagir na Comunidade :)