Ir para conteúdo
  • Cadastre-se

Jugger72

Membros
  • Total de ítens

    18
  • Registro em

  • Última visita

Posts postados por Jugger72

  1. Tentei em todas as possíveis velocidades do Buffer de Recepção, mas o erro persiste!

    Enfim, também tive que acrescentar um Sleep (100) na procedure TACBrPosPrinter.DesativarPorta;
    E daí o QRcode imprimiu normalmente na DR800.

    Sendo assim, para o pessoal que usará DR800, não haveria como o pessoal do ACBr colocar uma tag no componente, um valor inteiro que quando maior que zero indicaria que haverá um Sleep na função?

  2. Daniel, o problema são os jumpers mesmo!
    O Jefferson Carlos me passou a orientação que ele recebeu do suporte da Sweda, e é necessário setar os jumpers 5 e 6 para OFF, o que torna a densidade de impressão como "Light".  A impressora de meu cliente veio jumpeada de fábrica como "Middle Dark".

    Problema resolvido, QRcode imprimindo normalmente!

     

    • Curtir 1
  3. O programa para assinar com A3, indicado pela Tanca (cujo link de download está aqui neste tópico como Assinador_A3.zip - ACSN) está funcionando certinho, assinando corretamente.  Todos os certificados de meus clientes são da BOA VISTA.  Mas hoje peguei um BOA VISTA D-FLEX, e neste caso o cartão não aparece no combo de seleção.  Em todos os lugares/sites que solicitam escolher cartão ele aparece, menos no programa assinador.  E os outros cartões BOA VISTA (que não o FLEX) estão aparecendo normalmente.  Alguém tem a solução deste problema?

  4. Retomando o assunto:
    Quando de uma reimpressão do cupom de cancelamento, estou carregando o xml da venda:

    ACBrSAT.CFe.AsXMLString := Qcupons.FieldByName ('XMLV').asAnsiString;

    ACBrSAT.CFeCanc.LoadFromFile ('E:\EXE\xxx\Cancelamentos\201509\ADC35150908930755000105590000518170000081399960.XML');

    Deste jeito está funcionando, mas tenho também o xml de cancelamento armazenado no meu BD, e quando tento carregá-lo pelo comando:

    ACBrSAT.CFeCanc.AsXMLString := Qcupons.FieldByName ('XMLC').asAnsiString;

    os "Dados do Cupom Fiscal de Cancelamento" saem em branco no cupom.

  5. Consegui identificar o porque do erro e, de uma maneira não convencional, resolvi o meu problema.

    Após assinar a nota com o "ACBrNFe1.NotasFiscais.Assinar;", em seguida eu sempre gravei o xml assinado no banco.  Quando este erro apareceu, notei que o xml estava indo para o banco sem a assinatura, o que fazia com que o xml autorizado pela Sefaz também voltasse sem a assinatura.

    O que estou fazendo agora é, logo após assinar, salvar o xml numa stream e em seguida recarregá-la no componente, como no exemplo abaixo.  Desta maneira o

    xml está sendo gravado completo, com a assinatura, como sempre havia sido feito antes da modificações do programa após a migração para o trunk2...  Do resto, tudo está funcionando certinho!

     

    ACBrNFe1.NotasFiscais.Assinar;

    Try
      MyStream := TStringStream.Create('');
      ACBrNFe1.NotasFiscais.Items[0].GravarStream (MyStream);
      MyStream.Position := 0;

    Finally
      mNotasFiscais.ACBrNFe1.NotasFiscais.Clear;

      fmNotasFiscais.ACBrNFe1.NotasFiscais.LoadFromStream (MyStream);

      MyStream.Free;
    end;

     

    // gravando no banco:

    DM.QinUp.ParamByName ('XML1').asAnsiString := ACBrNFe1.NotasFiscais.Items[0].XML;

     

  6. Após a mudança para o trunk2, tudo ocorreu normalmente com a geração das nf-e, no que diz respeito ao envio e a autorização e ao salvamento do xml autorizado na devida pasta.

    Mas ontem um cliente me chamou a atenção, pois no XML autorizado não está mais vindo o nó   "S i g n a t u r e   x m l n s". 

    Se faço o download do xml pelo site da sefaz, ele vem completo.

    Neste nó, a tag "SignatureValue" é usado no sistema interno da CIA Luz e Força.

     

  7. Laercio, muito obrigado pela informação!
    Eu me decepcionei com esta impressora!   Eu não fazia idéia que a VOX era problemática justo no quisito QRcode.
    Como solução paliativa, resta tentar gerar um figura (à parte) da simbologia e fazer a impressão via bitmap.
    Vou tentar este caminho, pois o cliente acabou de comprar esta impressora e pensar em alguma outra vai ser meio complicado...

  8. Estou usando comunicação direta com as diversas impressoras do mercado para a impressão do Extrato SAT.

    Mas estou tendo problemas com a Elgin VOX, pois não consigo redimensionar o tamanho da simbologia.

    Só consigo mandar com o altura 2,5cm e largura 3cm

    Não afianta variar a largura, sendo que para valores maiores que 3 a impressora pula espaço e não imprime nada.

    Texto := '35141146377222003730599000004630000853254753|20141105134843|637.00||H0iMysWj' +
             'M9zOXjaxkpPjqk7Q0Fp4RFvWkC0jLngU8o/pg5WpjhiVU2i/7BnIDz/WU3bMd9Cg6qWHvyn11e+' +
             'qE7VpUjfZFPiczrrxPOqke3kdaX3y2db0/xebRcLUn1+PO2fvKK/7tAPMUiXvb1YDH6DqHVBhoM5A' +
             '7u3P5RZrHvl1dfaJumLbe5uejKmq4rDNdOI5EVReJ5q1O6asOzwd8O0JzUGIf9aSdcClKWY3Xqt+0I' +
             'WGjX61Kb8bEobAe4wV69hPpCApoAwDzrjuB110aUa2Q2aR/X3GWgqs8GTNvwQVDYNexuo3Pk' +
             '67uo/hUr8tLMb2K15SIqoCBfya6sUIvA==';

          Largura := 3;

         //Gs,o,NUL,width,NUL,STX,Gs,k,m,L,k

          Str:= #27 + #97 + #1 +        // esse código faz a centralização
                Char(29) + Char(111) + Char(0) + Char(Largura) + Char(0) + Char(2) + Char(29) + Char(107) +
                Char(11) + Char(76) + Char(107) + Texto + Char(0) + Char(12);

          Alguém já passou por este problema?

  9. Uso o Delphi 2010 e agora estou começando a migração para o Trunk2.   Sempre usei o QuickReport, mas agora como este não mais terá suporte, optei por usar o FortesReport.

    Fiz a instalação do Fortes, com sucesso, pelo link:   https://github.com/fortesinformatica/fortesreport-ce

    O problema está no ACBrInstall, conforme log abaixo:

    Compiling package C:\ACBr\Pacotes\Delphi\ACBrBoleto\FC\Fortes\ACBr_BoletoRL.dpk
    "C:\Program Files\Embarcadero\RAD Studio\7.0\bin\dcc32.exe" "C:\ACBr\Pacotes\Delphi\ACBrBoleto\FC\Fortes\ACBr_BoletoRL.dpk" --no-config -B -$O- -$W+ -$Y- -M -Q -H- -W- -DRELEASE -U"C:\Program Files\Embarcadero\RAD Studio\7.0\lib" -U"\lib;\Imports;\Imports;\Lib\Indy10;\Dcp;\include;\RaveReports\Lib;C:\Program Files\Embarcadero\RAD Studio\7.0\Quickrep505;C:\Program Files\Embarcadero\RAD Studio\7.0\lib\QR505;C:\Delphi\Componentes\DCUs;C:\Temp;C:\Delphi\Componentes\RxLib\Units;\Bpl;\Dcp;e:\programação\delphi\componentes\fortesreport;C:\Program Files\Embarcadero\RAD Studio\7.0\RaveReports\Lib;C:\Program Files\Embarcadero\RAD Studio\7.0\Quickrep505;C:\Program Files\Embarcadero\RAD Studio\7.0\bin;C:\ACBr\Fontes\ACBrBoleto;C:\ACBr\Fontes\ACBrBoleto\Logos;C:\ACBr\Fontes\ACBrBoleto\Logos\Colorido;C:\ACBr\Fontes\ACBrBoleto\Logos\PretoBranco;C:\ACBr\Fontes\ACBrCapicom;C:\ACBr\Fontes\ACBrComum;C:\ACBr\Fontes\ACBrConvenio115;C:\ACBr\Fontes\ACBrCTe;C:\ACBr\Fontes\ACBrDiversos;C:\ACBr\Fontes\ACBrDiversos\ACBrFalaWaves;C:\ACBr\Fontes\ACBrGNRE;C:\ACBr\Fontes\ACBrLFD;C:\ACBr\Fontes\ACBrMDFe;C:\ACBr\Fontes\ACBrNFe2;C:\ACBr\Fontes\ACBrNFSe;C:\ACBr\Fontes\ACBrPAF;C:\ACBr\Fontes\ACBrSAT;C:\ACBr\Fontes\ACBrSEF2;C:\ACBr\Fontes\ACBrSerial;C:\ACBr\Fontes\ACBrSintegra;C:\ACBr\Fontes\ACBrSPED;C:\ACBr\Fontes\ACBrSPED\ACBrSPEDContabil;C:\ACBr\Fontes\ACBrSPED\ACBrSPEDFCont;C:\ACBr\Fontes\ACBrSPED\ACBrSPEDFiscal;C:\ACBr\Fontes\ACBrSPED\ACBrSPEDPisCofins;C:\ACBr\Fontes\ACBrTCP;C:\ACBr\Fontes\ACBrTEFD;C:\ACBr\Fontes\Imagens;C:\ACBr\Fontes\PCN2;C:\ACBr\Fontes\SintegraSultan;C:\ACBr\Fontes\synalist;C:\ACBr\Fontes\ACBrSPED\ACBrSPEDECF;C:\ACBr\Fontes\ZLibExGZ;C:\ACBr\Fontes\ZLibExGZ\win32;C:\ACBr\Fontes\ZLibExGZ\win64;C:\ACBr\Fontes\ZLibExGZ\zlib;C:\ACBr\Lib\Delphi\LibD14;C:\ACBr\Fontes\ACBrSPED\ACBrSPEDPisCofinsImportar;C:\Program Files\Embarcadero\RAD Studio\7.0\lib\Orion;e:\programação\delphi\componentes\fortesreport-ce-master\binary\win32_d2010_vcl;E:\Programação\Delphi\Componentes\fortesreport-ce-master\Packages;C:\ACBr\Fontes\ACBrBoleto\FC;C:\ACBr\Fontes\ACBrBoleto\FC\Fast;C:\ACBr\Fontes\ACBrBoleto\FC\Fortes;C:\ACBr\Fontes\ACBrDFe;C:\ACBr\Fontes\ACBrDFe\ACBrCTe;C:\ACBr\Fontes\ACBrDFe\ACBrCTe\DACTE;C:\ACBr\Fontes\ACBrDFe\ACBrCTe\DACTE\Fast;C:\ACBr\Fontes\ACBrDFe\ACBrCTe\DACTE\Fortes;C:\ACBr\Fontes\ACBrDFe\ACBrCTe\PCNCTe;C:\ACBr\Fontes\ACBrDFe\ACBrGNRE;C:\ACBr\Fontes\ACBrDFe\ACBrGNRE\GNRE;C:\ACBr\Fontes\ACBrDFe\ACBrGNRE\GNRE\Fast;C:\ACBr\Fontes\ACBrDFe\ACBrGNRE\GNRE\Fortes;C:\ACBr\Fontes\ACBrDFe\ACBrGNRE\PCNGNRE;C:\ACBr\Fontes\ACBrDFe\ACBrMDFe;C:\ACBr\Fontes\ACBrDFe\ACBrMDFe\DAMDFE;C:\ACBr\Fontes\ACBrDFe\ACBrMDFe\DAMDFE\Fast;C:\ACBr\Fontes\ACBrDFe\ACBrMDFe\DAMDFE\Fortes;C:\ACBr\Fontes\ACBrDFe\ACBrMDFe\PCNMDFe;C:\ACBr\Fontes\ACBrDFe\ACBrNFe;C:\ACBr\Fontes\ACBrDFe\ACBrNFe\ACBrECFVirtualNFCe;C:\ACBr\Fontes\ACBrDFe\ACBrNFe\DANFE;C:\ACBr\Fontes\ACBrDFe\ACBrNFe\DANFE\NFCe;C:\ACBr\Fontes\ACBrDFe\ACBrNFe\DANFE\NFCe\EscPos;C:\ACBr\Fontes\ACBrDFe\ACBrNFe\DANFE\NFCe\Fast;C:\ACBr\Fontes\ACBrDFe\ACBrNFe\DANFE\NFCe\Fortes;C:\ACBr\Fontes\ACBrDFe\ACBrNFe\DANFE\NFe;C:\ACBr\Fontes\ACBrDFe\ACBrNFe\DANFE\NFe\Fast;C:\ACBr\Fontes\ACBrDFe\ACBrNFe\DANFE\NFe\Fortes;C:\ACBr\Fontes\ACBrDFe\ACBrNFe\PCNNFe;C:\ACBr\Fontes\ACBrDFe\ACBrNFSe;C:\ACBr\Fontes\ACBrDFe\ACBrNFSe\DANFSE;C:\ACBr\Fontes\ACBrDFe\ACBrNFSe\DANFSE\Fast;C:\ACBr\Fontes\ACBrDFe\ACBrNFSe\DANFSE\Fortes;C:\ACBr\Fontes\ACBrDFe\ACBrNFSe\PCNNFSe;C:\ACBr\Fontes\ACBrDFe\ACBrNFSe\Provedores;C:\ACBr\Fontes\ACBrOpenSSL;C:\ACBr\Fontes\ACBrSAT\ACBrECFVirtualSAT;C:\ACBr\Fontes\ACBrSAT\Extrato;C:\ACBr\Fontes\ACBrSAT\Extrato\EscPos;C:\ACBr\Fontes\ACBrSAT\Extrato\Fortes;C:\ACBr\Fontes\ACBrSAT\PCNSAT;C:\ACBr\Fontes\ACBrTXT;C:\ACBr\Fontes\ACBrTXT\ACBrConvenio115;C:\ACBr\Fontes\ACBrTXT\ACBrLFD;C:\ACBr\Fontes\ACBrTXT\ACBrPAF;C:\ACBr\Fontes\ACBrTXT\ACBrSEF2;C:\ACBr\Fontes\ACBrTXT\ACBrSintegra;C:\ACBr\Fontes\ACBrTXT\ACBrSPED;C:\ACBr\Fontes\ACBrTXT\ACBrSPED\ACBrSPEDContabil;C:\ACBr\Fontes\ACBrTXT\ACBrSPED\ACBrSPEDECF;C:\ACBr\Fontes\ACBrTXT\ACBrSPED\ACBrSPEDFCont;C:\ACBr\Fontes\ACBrTXT\ACBrSPED\ACBrSPEDFiscal;C:\ACBr\Fontes\ACBrTXT\ACBrSPED\ACBrSPEDPisCofins;C:\ACBr\Fontes\ACBrTXT\ACBrSPED\ACBrSPEDPisCofinsImportar;C:\ACBr\Fontes\ACBrTXT\SintegraSultan;C:\ACBr\Fontes\PCNComum;C:\ACBr\Fontes\Terceiros;C:\ACBr\Fontes\Terceiros\AJBarcode;C:\ACBr\Fontes\Terceiros\DelphiZXingQRCode;C:\ACBr\Fontes\Terceiros\JediWin32API;C:\ACBr\Fontes\Terceiros\synalist;C:\ACBr\Fontes\Terceiros\TGif;C:\ACBr\Fontes\Terceiros\ZLibExGZ;C:\ACBr\Fontes\Terceiros\ZLibExGZ\win32;C:\ACBr\Fontes\Terceiros\ZLibExGZ\win64;C:\ACBr\Fontes\Terceiros\ZLibExGZ\zlib" -U"C:\ACBr\Lib\Delphi\LibD14" -I"\lib;\Imports;\Imports;\Lib\Indy10;\Dcp;\include;\RaveReports\Lib;C:\Program Files\Embarcadero\RAD Studio\7.0\Quickrep505;C:\Program Files\Embarcadero\RAD Studio\7.0\lib\QR505;C:\Delphi\Componentes\DCUs;C:\Temp;C:\Delphi\Componentes\RxLib\Units;\Bpl;\Dcp;e:\programação\delphi\componentes\fortesreport;C:\Program Files\Embarcadero\RAD Studio\7.0\RaveReports\Lib;C:\Program Files\Embarcadero\RAD Studio\7.0\Quickrep505;C:\Program Files\Embarcadero\RAD Studio\7.0\bin;C:\ACBr\Fontes\ACBrBoleto;C:\ACBr\Fontes\ACBrBoleto\Logos;C:\ACBr\Fontes\ACBrBoleto\Logos\Colorido;C:\ACBr\Fontes\ACBrBoleto\Logos\PretoBranco;C:\ACBr\Fontes\ACBrCapicom;C:\ACBr\Fontes\ACBrComum;C:\ACBr\Fontes\ACBrConvenio115;C:\ACBr\Fontes\ACBrCTe;C:\ACBr\Fontes\ACBrDiversos;C:\ACBr\Fontes\ACBrDiversos\ACBrFalaWaves;C:\ACBr\Fontes\ACBrGNRE;C:\ACBr\Fontes\ACBrLFD;C:\ACBr\Fontes\ACBrMDFe;C:\ACBr\Fontes\ACBrNFe2;C:\ACBr\Fontes\ACBrNFSe;C:\ACBr\Fontes\ACBrPAF;C:\ACBr\Fontes\ACBrSAT;C:\ACBr\Fontes\ACBrSEF2;C:\ACBr\Fontes\ACBrSerial;C:\ACBr\Fontes\ACBrSintegra;C:\ACBr\Fontes\ACBrSPED;C:\ACBr\Fontes\ACBrSPED\ACBrSPEDContabil;C:\ACBr\Fontes\ACBrSPED\ACBrSPEDFCont;C:\ACBr\Fontes\ACBrSPED\ACBrSPEDFiscal;C:\ACBr\Fontes\ACBrSPED\ACBrSPEDPisCofins;C:\ACBr\Fontes\ACBrTCP;C:\ACBr\Fontes\ACBrTEFD;C:\ACBr\Fontes\Imagens;C:\ACBr\Fontes\PCN2;C:\ACBr\Fontes\SintegraSultan;C:\ACBr\Fontes\synalist;C:\ACBr\Fontes\ACBrSPED\ACBrSPEDECF;C:\ACBr\Fontes\ZLibExGZ;C:\ACBr\Fontes\ZLibExGZ\win32;C:\ACBr\Fontes\ZLibExGZ\win64;C:\ACBr\Fontes\ZLibExGZ\zlib;C:\ACBr\Lib\Delphi\LibD14;C:\ACBr\Fontes\ACBrSPED\ACBrSPEDPisCofinsImportar;C:\Program Files\Embarcadero\RAD Studio\7.0\lib\Orion;e:\programação\delphi\componentes\fortesreport-ce-master\binary\win32_d2010_vcl;E:\Programação\Delphi\Componentes\fortesreport-ce-master\Packages;C:\ACBr\Fontes\ACBrBoleto\FC;C:\ACBr\Fontes\ACBrBoleto\FC\Fast;C:\ACBr\Fontes\ACBrBoleto\FC\Fortes;C:\ACBr\Fontes\ACBrDFe;C:\ACBr\Fontes\ACBrDFe\ACBrCTe;C:\ACBr\Fontes\ACBrDFe\ACBrCTe\DACTE;C:\ACBr\Fontes\ACBrDFe\ACBrCTe\DACTE\Fast;C:\ACBr\Fontes\ACBrDFe\ACBrCTe\DACTE\Fortes;C:\ACBr\Fontes\ACBrDFe\ACBrCTe\PCNCTe;C:\ACBr\Fontes\ACBrDFe\ACBrGNRE;C:\ACBr\Fontes\ACBrDFe\ACBrGNRE\GNRE;C:\ACBr\Fontes\ACBrDFe\ACBrGNRE\GNRE\Fast;C:\ACBr\Fontes\ACBrDFe\ACBrGNRE\GNRE\Fortes;C:\ACBr\Fontes\ACBrDFe\ACBrGNRE\PCNGNRE;C:\ACBr\Fontes\ACBrDFe\ACBrMDFe;C:\ACBr\Fontes\ACBrDFe\ACBrMDFe\DAMDFE;C:\ACBr\Fontes\ACBrDFe\ACBrMDFe\DAMDFE\Fast;C:\ACBr\Fontes\ACBrDFe\ACBrMDFe\DAMDFE\Fortes;C:\ACBr\Fontes\ACBrDFe\ACBrMDFe\PCNMDFe;C:\ACBr\Fontes\ACBrDFe\ACBrNFe;C:\ACBr\Fontes\ACBrDFe\ACBrNFe\ACBrECFVirtualNFCe;C:\ACBr\Fontes\ACBrDFe\ACBrNFe\DANFE;C:\ACBr\Fontes\ACBrDFe\ACBrNFe\DANFE\NFCe;C:\ACBr\Fontes\ACBrDFe\ACBrNFe\DANFE\NFCe\EscPos;C:\ACBr\Fontes\ACBrDFe\ACBrNFe\DANFE\NFCe\Fast;C:\ACBr\Fontes\ACBrDFe\ACBrNFe\DANFE\NFCe\Fortes;C:\ACBr\Fontes\ACBrDFe\ACBrNFe\DANFE\NFe;C:\ACBr\Fontes\ACBrDFe\ACBrNFe\DANFE\NFe\Fast;C:\ACBr\Fontes\ACBrDFe\ACBrNFe\DANFE\NFe\Fortes;C:\ACBr\Fontes\ACBrDFe\ACBrNFe\PCNNFe;C:\ACBr\Fontes\ACBrDFe\ACBrNFSe;C:\ACBr\Fontes\ACBrDFe\ACBrNFSe\DANFSE;C:\ACBr\Fontes\ACBrDFe\ACBrNFSe\DANFSE\Fast;C:\ACBr\Fontes\ACBrDFe\ACBrNFSe\DANFSE\Fortes;C:\ACBr\Fontes\ACBrDFe\ACBrNFSe\PCNNFSe;C:\ACBr\Fontes\ACBrDFe\ACBrNFSe\Provedores;C:\ACBr\Fontes\ACBrOpenSSL;C:\ACBr\Fontes\ACBrSAT\ACBrECFVirtualSAT;C:\ACBr\Fontes\ACBrSAT\Extrato;C:\ACBr\Fontes\ACBrSAT\Extrato\EscPos;C:\ACBr\Fontes\ACBrSAT\Extrato\Fortes;C:\ACBr\Fontes\ACBrSAT\PCNSAT;C:\ACBr\Fontes\ACBrTXT;C:\ACBr\Fontes\ACBrTXT\ACBrConvenio115;C:\ACBr\Fontes\ACBrTXT\ACBrLFD;C:\ACBr\Fontes\ACBrTXT\ACBrPAF;C:\ACBr\Fontes\ACBrTXT\ACBrSEF2;C:\ACBr\Fontes\ACBrTXT\ACBrSintegra;C:\ACBr\Fontes\ACBrTXT\ACBrSPED;C:\ACBr\Fontes\ACBrTXT\ACBrSPED\ACBrSPEDContabil;C:\ACBr\Fontes\ACBrTXT\ACBrSPED\ACBrSPEDECF;C:\ACBr\Fontes\ACBrTXT\ACBrSPED\ACBrSPEDFCont;C:\ACBr\Fontes\ACBrTXT\ACBrSPED\ACBrSPEDFiscal;C:\ACBr\Fontes\ACBrTXT\ACBrSPED\ACBrSPEDPisCofins;C:\ACBr\Fontes\ACBrTXT\ACBrSPED\ACBrSPEDPisCofinsImportar;C:\ACBr\Fontes\ACBrTXT\SintegraSultan;C:\ACBr\Fontes\PCNComum;C:\ACBr\Fontes\Terceiros;C:\ACBr\Fontes\Terceiros\AJBarcode;C:\ACBr\Fontes\Terceiros\DelphiZXingQRCode;C:\ACBr\Fontes\Terceiros\JediWin32API;C:\ACBr\Fontes\Terceiros\synalist;C:\ACBr\Fontes\Terceiros\TGif;C:\ACBr\Fontes\Terceiros\ZLibExGZ;C:\ACBr\Fontes\Terceiros\ZLibExGZ\win32;C:\ACBr\Fontes\Terceiros\ZLibExGZ\win64;C:\ACBr\Fontes\Terceiros\ZLibExGZ\zlib" -R"\lib;\Imports;\Imports;\Lib\Indy10;\Dcp;\include;\RaveReports\Lib;C:\Program Files\Embarcadero\RAD Studio\7.0\Quickrep505;C:\Program Files\Embarcadero\RAD Studio\7.0\lib\QR505;C:\Delphi\Componentes\DCUs;C:\Temp;C:\Delphi\Componentes\RxLib\Units;\Bpl;\Dcp;e:\programação\delphi\componentes\fortesreport;C:\Program Files\Embarcadero\RAD Studio\7.0\RaveReports\Lib;C:\Program Files\Embarcadero\RAD Studio\7.0\Quickrep505;C:\Program Files\Embarcadero\RAD Studio\7.0\bin;C:\ACBr\Fontes\ACBrBoleto;C:\ACBr\Fontes\ACBrBoleto\Logos;C:\ACBr\Fontes\ACBrBoleto\Logos\Colorido;C:\ACBr\Fontes\ACBrBoleto\Logos\PretoBranco;C:\ACBr\Fontes\ACBrCapicom;C:\ACBr\Fontes\ACBrComum;C:\ACBr\Fontes\ACBrConvenio115;C:\ACBr\Fontes\ACBrCTe;C:\ACBr\Fontes\ACBrDiversos;C:\ACBr\Fontes\ACBrDiversos\ACBrFalaWaves;C:\ACBr\Fontes\ACBrGNRE;C:\ACBr\Fontes\ACBrLFD;C:\ACBr\Fontes\ACBrMDFe;C:\ACBr\Fontes\ACBrNFe2;C:\ACBr\Fontes\ACBrNFSe;C:\ACBr\Fontes\ACBrPAF;C:\ACBr\Fontes\ACBrSAT;C:\ACBr\Fontes\ACBrSEF2;C:\ACBr\Fontes\ACBrSerial;C:\ACBr\Fontes\ACBrSintegra;C:\ACBr\Fontes\ACBrSPED;C:\ACBr\Fontes\ACBrSPED\ACBrSPEDContabil;C:\ACBr\Fontes\ACBrSPED\ACBrSPEDFCont;C:\ACBr\Fontes\ACBrSPED\ACBrSPEDFiscal;C:\ACBr\Fontes\ACBrSPED\ACBrSPEDPisCofins;C:\ACBr\Fontes\ACBrTCP;C:\ACBr\Fontes\ACBrTEFD;C:\ACBr\Fontes\Imagens;C:\ACBr\Fontes\PCN2;C:\ACBr\Fontes\SintegraSultan;C:\ACBr\Fontes\synalist;C:\ACBr\Fontes\ACBrSPED\ACBrSPEDECF;C:\ACBr\Fontes\ZLibExGZ;C:\ACBr\Fontes\ZLibExGZ\win32;C:\ACBr\Fontes\ZLibExGZ\win64;C:\ACBr\Fontes\ZLibExGZ\zlib;C:\ACBr\Lib\Delphi\LibD14;C:\ACBr\Fontes\ACBrSPED\ACBrSPEDPisCofinsImportar;C:\Program Files\Embarcadero\RAD Studio\7.0\lib\Orion;e:\programação\delphi\componentes\fortesreport-ce-master\binary\win32_d2010_vcl;E:\Programação\Delphi\Componentes\fortesreport-ce-master\Packages;C:\ACBr\Fontes\ACBrBoleto\FC;C:\ACBr\Fontes\ACBrBoleto\FC\Fast;C:\ACBr\Fontes\ACBrBoleto\FC\Fortes;C:\ACBr\Fontes\ACBrDFe;C:\ACBr\Fontes\ACBrDFe\ACBrCTe;C:\ACBr\Fontes\ACBrDFe\ACBrCTe\DACTE;C:\ACBr\Fontes\ACBrDFe\ACBrCTe\DACTE\Fast;C:\ACBr\Fontes\ACBrDFe\ACBrCTe\DACTE\Fortes;C:\ACBr\Fontes\ACBrDFe\ACBrCTe\PCNCTe;C:\ACBr\Fontes\ACBrDFe\ACBrGNRE;C:\ACBr\Fontes\ACBrDFe\ACBrGNRE\GNRE;C:\ACBr\Fontes\ACBrDFe\ACBrGNRE\GNRE\Fast;C:\ACBr\Fontes\ACBrDFe\ACBrGNRE\GNRE\Fortes;C:\ACBr\Fontes\ACBrDFe\ACBrGNRE\PCNGNRE;C:\ACBr\Fontes\ACBrDFe\ACBrMDFe;C:\ACBr\Fontes\ACBrDFe\ACBrMDFe\DAMDFE;C:\ACBr\Fontes\ACBrDFe\ACBrMDFe\DAMDFE\Fast;C:\ACBr\Fontes\ACBrDFe\ACBrMDFe\DAMDFE\Fortes;C:\ACBr\Fontes\ACBrDFe\ACBrMDFe\PCNMDFe;C:\ACBr\Fontes\ACBrDFe\ACBrNFe;C:\ACBr\Fontes\ACBrDFe\ACBrNFe\ACBrECFVirtualNFCe;C:\ACBr\Fontes\ACBrDFe\ACBrNFe\DANFE;C:\ACBr\Fontes\ACBrDFe\ACBrNFe\DANFE\NFCe;C:\ACBr\Fontes\ACBrDFe\ACBrNFe\DANFE\NFCe\EscPos;C:\ACBr\Fontes\ACBrDFe\ACBrNFe\DANFE\NFCe\Fast;C:\ACBr\Fontes\ACBrDFe\ACBrNFe\DANFE\NFCe\Fortes;C:\ACBr\Fontes\ACBrDFe\ACBrNFe\DANFE\NFe;C:\ACBr\Fontes\ACBrDFe\ACBrNFe\DANFE\NFe\Fast;C:\ACBr\Fontes\ACBrDFe\ACBrNFe\DANFE\NFe\Fortes;C:\ACBr\Fontes\ACBrDFe\ACBrNFe\PCNNFe;C:\ACBr\Fontes\ACBrDFe\ACBrNFSe;C:\ACBr\Fontes\ACBrDFe\ACBrNFSe\DANFSE;C:\ACBr\Fontes\ACBrDFe\ACBrNFSe\DANFSE\Fast;C:\ACBr\Fontes\ACBrDFe\ACBrNFSe\DANFSE\Fortes;C:\ACBr\Fontes\ACBrDFe\ACBrNFSe\PCNNFSe;C:\ACBr\Fontes\ACBrDFe\ACBrNFSe\Provedores;C:\ACBr\Fontes\ACBrOpenSSL;C:\ACBr\Fontes\ACBrSAT\ACBrECFVirtualSAT;C:\ACBr\Fontes\ACBrSAT\Extrato;C:\ACBr\Fontes\ACBrSAT\Extrato\EscPos;C:\ACBr\Fontes\ACBrSAT\Extrato\Fortes;C:\ACBr\Fontes\ACBrSAT\PCNSAT;C:\ACBr\Fontes\ACBrTXT;C:\ACBr\Fontes\ACBrTXT\ACBrConvenio115;C:\ACBr\Fontes\ACBrTXT\ACBrLFD;C:\ACBr\Fontes\ACBrTXT\ACBrPAF;C:\ACBr\Fontes\ACBrTXT\ACBrSEF2;C:\ACBr\Fontes\ACBrTXT\ACBrSintegra;C:\ACBr\Fontes\ACBrTXT\ACBrSPED;C:\ACBr\Fontes\ACBrTXT\ACBrSPED\ACBrSPEDContabil;C:\ACBr\Fontes\ACBrTXT\ACBrSPED\ACBrSPEDECF;C:\ACBr\Fontes\ACBrTXT\ACBrSPED\ACBrSPEDFCont;C:\ACBr\Fontes\ACBrTXT\ACBrSPED\ACBrSPEDFiscal;C:\ACBr\Fontes\ACBrTXT\ACBrSPED\ACBrSPEDPisCofins;C:\ACBr\Fontes\ACBrTXT\ACBrSPED\ACBrSPEDPisCofinsImportar;C:\ACBr\Fontes\ACBrTXT\SintegraSultan;C:\ACBr\Fontes\PCNComum;C:\ACBr\Fontes\Terceiros;C:\ACBr\Fontes\Terceiros\AJBarcode;C:\ACBr\Fontes\Terceiros\DelphiZXingQRCode;C:\ACBr\Fontes\Terceiros\JediWin32API;C:\ACBr\Fontes\Terceiros\synalist;C:\ACBr\Fontes\Terceiros\TGif;C:\ACBr\Fontes\Terceiros\ZLibExGZ;C:\ACBr\Fontes\Terceiros\ZLibExGZ\win32;C:\ACBr\Fontes\Terceiros\ZLibExGZ\win64;C:\ACBr\Fontes\Terceiros\ZLibExGZ\zlib" -N0"C:\ACBr\Lib\Delphi\LibD14" -LE"C:\ACBr\Lib\Delphi\LibD14" -LN"C:\ACBr\Lib\Delphi\LibD14"
    Embarcadero Delphi for Win32 compiler version 21.0
    Copyright (c) 1983,2009 Embarcadero Technologies, Inc.
    ACBr_BoletoRL.dpk(39) Fatal: E2202 Required package 'RLibWinD2010' not found
    Compilation failure

    Este pacote 'RLibWinD2010', pelo que vi, não vem mais no Fortes Report Community Edition

    Alguma dica de como resolver isto no AcbrInstall ?

     

  10. Também estou com problemas para ler o Xml do BD.
    Por vários motivos, tive que implementar à parte toda a lógica de impressão dos extratos de Venda e Cancelamento.
    O meu problema é no extrato de cancelamento.  Como optei por não depender de I/O em disco para ficar lendo
    arquivos xml, eu faço a carga do componente a partir dos campos de meu BD, usando XXX.AsXMLString.
    Funciona para carregar o xml de venda, mas não para o de cancelamento:

    ACBrSAT.CFe.AsXMLString     := Qcupons.FieldByName ('XMLV').asAnsiString;  => Funciona
    ACBrSAT.CFeCanc.AsXMLString := Qcupons.FieldByName ('XMLC').asAnsiString;  (usando este comando, as tags do componente vêm em branco)

    Para contornar o problema, tive que momentâneamente usar o arquivo em disco, como mostrado abaixo:

    ACBrSAT.CFe.AsXMLString     := Qcupons.FieldByName ('XMLV').asAnsiString;  => Funciona
    ACBrSAT.CFeCanc.LoadFromFile ('C:\S@T\XML\Cancelamento\CFe35150711111111111111591234567890000477620232-can.xml');  => Funciona

    Observação:  o comando abaixo também não teve efeito:

    ACBrSAT.CFe.AsXMLString     := Qcupons.FieldByName ('XMLV').asAnsiString;  => Funciona
    ACBrSAT.CFeCanc.SetXMLString (Qcupons.FieldByName ('XMLC').asAnsiString);  (usando este comando, as tags do componente vêm em branco)


    Resumindo:  CFeCanc.LoadFromFile funciona, e CFeCanc.AsXMLString não!

×
×
  • Criar Novo...

Informação Importante

Colocamos cookies em seu dispositivo para ajudar a tornar este site melhor. Você pode ajustar suas configurações de cookies, caso contrário, assumiremos que você está bem para continuar.