Jump to content

Search the Community

Showing results for tags 'acbr boleto pdf'.

  • Search By Tags

    Type tags separated by commas.
  • Search By Author

Content Type


Categories

There are no results to display.

Forums

  • Fórum Aberto - ACBr
    • ACBr News
    • Equipamentos testados
    • Base de Conhecimento
    • Dúvidas Gerais sobre o ACBr
    • ACBrSerial
    • ACBrSAT
    • ACBrNFe
    • ACBrDFe
    • Dúvidas sobre TEF
    • Dúvidas sobre PIX
    • ACBrMonitor PLUS
    • ACBrTXT
    • ACBrBoleto
    • ACBrDiversos
    • ACBrTCP
    • ACBrFramework
    • ACBrLIB
  • ACBr Pro
    • Dúvidas gerais
    • Duvidas Privadas
    • ACBrMonitorPLUS
    • NFe/NFCe - Nota Fiscal Eletrônica
    • DFe - Documentos Fiscais Eletrônicos
    • SAT / MFE
    • TEF
    • Boleto
    • ACBrSPED
    • ACBrTXT
    • Paf-ECF
    • Requisitos Fiscais por UF
    • ACBrLIB
  • Outros Assuntos
    • ACBr's Pub
    • Legislação Fiscal e Tributária
    • Object Pascal - Delphi & Lazarus
    • Data Base
    • Classificados
    • Dúvidas não relacionadas ao ACBr

Categories

  • ACBr Pro
    • ACBrLib - PRO
    • ACBrMonitorPLUS - PRO
    • Utilitários - PRO
    • Dia do ACBr 1a edição
    • Dia do ACBr 2a edição
    • ACBrLib Android - Pro
  • Free Download
    • ACBrLib - DEMO
    • ACBrMonitorPLUS - DEMO
    • Demos / Testes / Utilitários
    • Apresentações - Palestras
    • ACBrLib Android - Demo

Calendars

  • Eventos - Palestras - Webinars
  • Prazos SEFAZ
  • Community Calendar
  • ACBr Papo Pro
  • Feriados Nacionais

Find results in...

Find results that contain...


Date Created

  • Start

    End


Last Updated

  • Start

    End


Filter by number of...

Joined

  • Start

    End


Group


Website URL

Found 1 result

  1. Boa Noite Estou com o seguinte problema, quando crio apenas um PDF o ACBRBoleto gera o PDF e funciona, quando gero vários em um Loop e limpo a quantidade de titulos, ( Quero gerar 1 a 1 ) dá erro na estrutura do PDF. ( Na impressão funciona legal ) Alguem sabe como corrigir ? Codigo abaixo inicio do LOOP Titulo := AcbrBoleto.CriarTituloNaLista; PreparaBoleto( Titulo ); if ckGeraPdf.Checked then begin ACBrBoletoFCFR1.dmBoleto.frxPDFExport.ShowDialog := False; ACBrBoletoFCFR1.NomeArquivo := Trim(edPasta.Text) + '\Boleto-'+ FormatFloat('000',ACBrBoleto.Banco.Numero)+'-'+RemoveChars( '/;:,\.<>|*!',Trim( ListaNome.asString ))+'-'+RemoveChars('/;:,\.<>|*!',Trim( ListaTitulo.AsString ))+'.pdf'; ACBrBoleto.GerarPDF; end else begin ACBrBoletoFCFR1.MostrarPreview := False; ACBrBoleto.Imprimir; end; // gravando no Banco AcbrBoleto.ListadeBoletos.Clear; FIM do loop Obrigado Hudson
×
×
  • 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.