Jump to content

dev botao

Imprimindo 2 vezes o troco


  • Este tópico foi criado há 2554 dias atrás.
  • Talvez seja melhor você criar um NOVO TÓPICO do que postar uma resposta aqui.

Recommended Posts

achei um solução alterei o DANFeNFCe[Reduzida].fr3  acrescentando uma variável ipagCount 

var

   iPagCount: integer;

 

procedure frxReport1OnStartReport(Sender: TfrxComponent);
begin
  iPagcount := 0;                               
end;

procedure DadosPagamentoOnBeforePrint(Sender: TfrxComponent);
begin
  Inc(iPagCount);   

  if iPagCount=DadosPagamento.DataSet.recordcount then begin
     if <CalculoImposto."vTroco"> > 0 then
        ChildTroco.Visible := true;
  end else
     ChildTroco.Visible := false;
end;

segue em anexo o arquivo alterado.

DANFeNFCe[Reduzida]alterado.fr3

Link to comment
Share on other sites

  • Este tópico foi criado há 2554 dias atrás.
  • Talvez seja melhor você criar um NOVO TÓPICO do que postar uma resposta aqui.

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.