Ir para conteúdo
  • Cadastre-se

Ariboni

Membros
  • Total de ítens

    58
  • Registro em

  • Última visita

Posts postados por Ariboni

  1. Bom Dia pessoal.

    Boa Tarde pessoal.

    Estou migrando o Delphi 7 para o Xe3, devido as mudanças do ACBr, e já estou fazendo as mudanças necessárias para adaptar o sistema para o xe3.

    O ACBr instalou Perfeitamente, porem estou com um problema, pois atualizei a minha pasta do ACBr para a nova versão, e cometi um grande erro por Não ter feito um baackup da pasta Antiga do ACBr, resultando que agora o Delphi 7 ao compilar da erros.

    Não sei se é possível, mas se alguém tiver a gentileza disponibilizar uma versão do ACBr anterior de quando não tinha problemas de versão do Delphi 7 ?

    desde já agradeço.

     

  2. Bom dia pessoal

    Estou testanto o acbrnfe.Envir(1,True) e esta retornando o erro:

    "Rejeição: Não informado o grupo de ICMS para a UF de destino [nItem:1]"

    O meu cliente e Simples Nacional, o destinatario tem CPF , 9 = Nao Contribuinte; 1 = Consumidor Final ; 2 = Interestadual ;

    o CFOP = 5949 Remessa de Mostruario e CST = 102. 

    Um contador me informou que para empresa do Simples Nacional Noa era necessario informar o grupo de ICMS para UF Destino.

    Existe a opção de atribuir o CST = 400 para nao exigir o grupo de ICMS de Destino ?

    alguem pode me ajudar ?

  3. Ola pessoal,

    Segue esquema dos codigos que estou usando para enviar, mas esta retornando a mensagem

    ''Não existem mais arquivos. - URL:https://homologacao.nfe.fazenda.sp.gov.br/ws/nfeautorizacao.asmx - SOAPAction:http://www.portalfiscal.inf.br/nfe/wsdl/NfeAutorizacao"

      ACBrNFe1.NotasFiscais.Clear;
      with ACBrNFe1.NotasFiscais.Add.NFe do begin
         // *** Atribui os Campos da Nota  no  Componente ACBr ***
         Ide.cNF      := TblTemp.FieldByName('NrNota').AsInteger;
         Ide.natOp    := TblTemp.FieldByName('NatOper').AsString;
         Ide.indPag   := StrToIndpag(wOk,wPag);
         Ide.modelo   := 55;
         Ide.serie    := 1;
         Ide.nNF      := TblTemp.FieldByName('NrNota').AsInteger;
         //...
      end;
      ACBrNFe1.NotasFiscais.GerarNFe;
      ACBrNFe1.NotasFiscais.GravarXML(wArqXML + 'NFeTeste.xml');
      eExn.Free;
      wErro := 'N';
      try
        ACBrNFe1.Enviar(1,False);
        MemoResp.Lines.Text := UTF8Encode(ACBrNFe1.WebServices.Retorno.RetWS);
        MemoResp.Lines.Add('***  Retorno  WS  ***');
        MemoResp.Lines.Text := UTF8Encode(ACBrNFe1.WebServices.Retorno.RetornoWS);
        LoadXML(MemoResp, WBResposta);
        MemoDados.Lines.Add('');
        MemoDados.Lines.Add('Envio NFe');
        MemoDados.Lines.Add('tpAmb: '+ TpAmbToStr(ACBrNFe1.WebServices.Retorno.TpAmb));
        MemoDados.Lines.Add('verAplic: '+ ACBrNFe1.WebServices.Retorno.verAplic);
        MemoDados.Lines.Add('cStat: '+ IntToStr(ACBrNFe1.WebServices.Retorno.cStat));
        //...
      except
         on eExn : exception do  begin
            wErro := 'S';
            MemoResp.Lines.Add('Exception: ' + eExn.Message);
            MemoResp.Lines.Add('Erro: '+ACBrNFe1.NotasFiscais.Items[0].ErroValidacao);
            MemoResp.Lines.Add('Erro Completo: '+ACBrNFe1.NotasFiscais.Items[0].ErroValidacaoCompleto);  // Útil para gravar em arquivos de LOG
         end;
      end;

    alguem pode me ajudar ?

  4. Ola Daniel, obrigado por me ajudar.

    Ja fiz teste de Assinar e Validar em separado e deu certo

    Gostaria de tirar uma duvida ? a linha abaixo: Salva o xml automatico ou nao ?

    ACBrNFe1.Enviar(1,True);

  5. Bom dia,

    Estou iniciando os testes de Enviar as notas pelo ACbrNfe. e ocorreu o seguinte erro:

    "Não existem mais arquivos. - URL:https://homologacao.nfe.fazenda.sp.gov.br/ws/nfeautorizacao.asmx - SOAPAction:http://www.portalfiscal.inf.br/nfe/wsdl/NfeAutorizacao"

      // *** Atribui os Dados da Nota Fiscal para o Componente ACBr ***
      ProNfeToACBr;
      ACBrNFe1.Configuracoes.Arquivos.PathSalvar      := wArqXML;
      eExn.Free;
      wErro := 'N';
      try
        ACBrNFe1.Enviar(1,True);
        MemoResp.Lines.Text := UTF8Encode(ACBrNFe1.WebServices.Retorno.RetWS);
        MemoResp.Lines.Add('***  Retorno  WS  ***');
        MemoResp.Lines.Text := UTF8Encode(ACBrNFe1.WebServices.Retorno.RetornoWS);
        LoadXML(MemoResp, WBResposta);
        MemoDados.Lines.Add('');
        MemoDados.Lines.Add('Envio NFe');
        MemoDados.Lines.Add('tpAmb: '+ TpAmbToStr(ACBrNFe1.WebServices.Retorno.TpAmb));
        MemoDados.Lines.Add('verAplic: '+ ACBrNFe1.WebServices.Retorno.verAplic);
        MemoDados.Lines.Add('cStat: '+ IntToStr(ACBrNFe1.WebServices.Retorno.cStat));
        MemoDados.Lines.Add('cUF: '+ IntToStr(ACBrNFe1.WebServices.Retorno.cUF));
        MemoDados.Lines.Add('xMotivo: '+ ACBrNFe1.WebServices.Retorno.xMotivo);
        MemoDados.Lines.Add('cMsg: '+ IntToStr(ACBrNFe1.WebServices.Retorno.cMsg));
        MemoDados.Lines.Add('xMsg: '+ ACBrNFe1.WebServices.Retorno.xMsg);
        MemoDados.Lines.Add('Recibo: '+ ACBrNFe1.WebServices.Retorno.Recibo);
        MemoDados.Lines.Add('Protocolo: '+ ACBrNFe1.WebServices.Retorno.Protocolo);
      except
         on eExn : exception do  begin
            wErro := 'S';
            Application.MessageBox(PChar(eExn.Message), 'Atenção', MB_ICONWARNING + MB_OK);
            MemoResp.Lines.Add('Exception: ' + eExn.Message);
            MemoResp.Lines.Add('Erro: '+ACBrNFe1.NotasFiscais.Items[0].ErroValidacao);
            MemoResp.Lines.Add('Erro Completo: '+ACBrNFe1.NotasFiscais.Items[0].ErroValidacaoCompleto);  // Útil para gravar em arquivos de LOG
         end;
      end;

    desde ja obrigado.

  6. Estou com problema na Impressão do DANFeRetrato.fr3 , quando seleciono um Lote de notas e quando a nota tem itens com linhas Adicionais, esta ocorrendo um erro na Numeração das Folhas Exemplo: (1/5 sendo que o correto é 1/4).

    Ja atualizei a pasta C:\ACBr\Exemplos\ACBrDFe\ACBrNFe\Delphi\Report  pelo SVN

    Estou anexando o PDF da nota.

     

  7. Ok, Obrigado Juliomar, eu coloquei o comando on exception para exibir a mensagem de erro e retornou como: Nao existe o Certificado.   exatamente como voce explicou.

    Agora estou testando o validar, antes atribuindo os valores da nota no conponente ACBrNfe conforme o exemplo: (ACBrNFe1.NotasFiscais.Add.NFe  ...),  depois ACBrNFe1.NotasFiscais.Assinar;  e depois Validar conforme o codigo abaixo, porem esta retornando a mensagem:   "Arquivo de Schema Nao Especificado".     Porem eu ja copiei os arquivos .xsp na pasta correspondente.  O que estou esquecendo desta vez ?

         ACBrNFe1.Configuracoes.Arquivos.PathSchemas     := wArqSchema;
         ACBrNFe1.Configuracoes.Geral.ExibirErroSchema   := True;
         ACBrNFe1.Configuracoes.Geral.FormatoAlerta      := 'Campo:%DESCRICAO% - %MSG%';
         eExn.Free;
         try
           ACBrNFe1.NotasFiscais.Validar;
           if ACBrNFe1.NotasFiscais.Items[0].Alertas <> '' then
              MemoResp.Lines.Add('Alertas: '+ACBrNFe1.NotasFiscais.Items[0].Alertas)
           else Application.MessageBox('Nota Fiscal  Validada  com Sucesso !', 'Informativo', MB_IconInformation + MB_OK);
         except
            on eExn : exception do  begin
    
               Application.MessageBox(PChar(eExn.Message), 'Informativo', MB_IconInformation + MB_OK);
               MemoErro.Lines.Add('Erro: '+ACBrNFe1.NotasFiscais.Items[0].ErroValidacao);
               MemoErro.Lines.Add('Erro Completo: '+ACBrNFe1.NotasFiscais.Items[0].ErroValidacaoCompleto);  // Útil para gravar em arquivos de LOG
    
            end;
         end;

     

  8. Boa Tarde,

    Estou com problema ao validar um XMl, ao executar o codigo abaixo na linha de  Validar   esta saindo pelo   Except   e nao mostra o tipo de erro.

    Estou esquecendo de configurar algum parametro ?

    desde ja obrigado.

         ACBrNFe1.Configuracoes.Geral.Salvar             := True;
         ACBrNFe1.Configuracoes.Arquivos.PathSalvar      := wArqXML;
         ACBrNFe1.Configuracoes.Arquivos.PathSchemas     := wArqSchema;
         ACBrNFe1.Configuracoes.Geral.ExibirErroSchema   := True;
         ACBrNFe1.Configuracoes.Geral.FormatoAlerta      := 'Campo:%DESCRICAO% - %MSG%';
         ACBrNFe1.NotasFiscais.Clear;
         OpenDialog1.Execute;
         ACBrNFe1.NotasFiscais.LoadFromFile(OpenDialog1.FileName, True);
         try
           ACBrNFe1.NotasFiscais.Validar;
           if ACBrNFe1.NotasFiscais.Items[0].Alertas <> '' then
              MemoResp.Lines.Add('Alertas: '+ACBrNFe1.NotasFiscais.Items[0].Alertas)
           else Application.MessageBox('Nota Fiscal  Validada  com Sucesso !', 'Informativo', MB_IconInformation + MB_OK);
         except
            MemoErro.Lines.Add('Erro: '+ACBrNFe1.NotasFiscais.Items[0].ErroValidacao);
            MemoErro.Lines.Add('Erro Completo: '+ACBrNFe1.NotasFiscais.Items[0].ErroValidacaoCompleto);  // Útil para gravar em arquivos de LOG
         end;

     

  9. Esta dano erro ao anexar, mas vou copia-lo abaixo:

    Pacote "ACBr_TEFD.dpk" compilado com sucesso.

    Compiling package C:\ACBr\Pacotes\Delphi\ACBrDFe\ACBrNFe\DANFE\NFe\Fortes\ACBr_NFeDanfeRL.dpk
    "C:\Program Files\Borland\Delphi7\bin\dcc32.exe" "C:\ACBr\Pacotes\Delphi\ACBrDFe\ACBrNFe\DANFE\NFe\Fortes\ACBr_NFeDanfeRL.dpk" -B -$O- -$W+ -$Y- -M -Q -H- -W- -DRELEASE -U"..\..\..\..\..\..\..\..\PROGRA~1\Borland\Delphi7\lib" -U"$(DELPHI)\Lib;$(DELPHI)\Bin;$(DELPHI)\Imports;$(DELPHI)\Projects\Bpl;$(DELPHI)\Rave5\Lib;..\..\..\..\..\..\..\..\BiBli\VDOPrint\src;..\..\..\..\..\..\..\..\bibli;..\..\..\..\..\..\..\..\PROGRA~1\Borland\Delphi7\Source\ToolsAPI;..\..\..\..\..\..\..\..\BiBli\RLBoleto\Comp;..\..\..\..\..\..\..\..\BiBli\WebCam\compo;..\..\..\..\..\..\..\..\PROGRA~1\Borland\Delphi7\Projects\Bpl;..\..\..\..\..\..\..\Fontes\ACBRBO~1;..\..\..\..\..\..\..\Fontes\ACBRBO~1\FC;..\..\..\..\..\..\..\Fontes\ACBRBO~1\FC\Fast;..\..\..\..\..\..\..\Fontes\ACBRBO~1\FC\Fortes;..\..\..\..\..\..\..\Fontes\ACBRBO~1\Logos;..\..\..\..\..\..\..\Fontes\ACBRBO~1\Logos\Colorido;..\..\..\..\..\..\..\Fontes\ACBRBO~1\Logos\PRETOB~1;..\..\..\..\..\..\..\Fontes\ACBRCA~1;..\..\..\..\..\..\..\Fontes\ACBRCO~1;..\..\..\..\..\..\..\Fontes\ACBrDFe;..\..\..\..\..\..\..\Fontes\ACBrDFe\ACBRBL~1;..\..\..\..\..\..\..\Fontes\ACBrDFe\ACBrCTe;..\..\..\..\..\..\..\Fontes\ACBrDFe\ACBrCTe\DACTE;..\..\..\..\..\..\..\Fontes\ACBrDFe\ACBrCTe\DACTE\Fast;..\..\..\..\..\..\..\Fontes\ACBrDFe\ACBrCTe\DACTE\Fortes;..\..\..\..\..\..\..\Fontes\ACBrDFe\ACBrCTe\PCNCTe;..\..\..\..\..\..\..\Fontes\ACBrDFe\ACBrGNRE;..\..\..\..\..\..\..\Fontes\ACBrDFe\ACBrGNRE\GNRE;..\..\..\..\..\..\..\Fontes\ACBrDFe\ACBrGNRE\GNRE\Fast;..\..\..\..\..\..\..\Fontes\ACBrDFe\ACBrGNRE\GNRE\Fortes;..\..\..\..\..\..\..\Fontes\ACBrDFe\ACBrGNRE\PCNGNRE;..\..\..\..\..\..\..\Fontes\ACBrDFe\ACBrMDFe;..\..\..\..\..\..\..\Fontes\ACBrDFe\ACBrMDFe\DAMDFE;..\..\..\..\..\..\..\Fontes\ACBrDFe\ACBrMDFe\DAMDFE\Fast;..\..\..\..\..\..\..\Fontes\ACBrDFe\ACBrMDFe\DAMDFE\Fortes;..\..\..\..\..\..\..\Fontes\ACBrDFe\ACBrMDFe\PCNMDFe;..\..\..\..\..\..\..\Fontes\ACBrDFe\ACBrNFe;..\..\..\..\..\..\..\Fontes\ACBrDFe\ACBrNFe\ACBREC~1;..\..\..\..\..\..\..\Fontes\ACBrDFe\ACBrNFe\DANFE;..\..\..\..\..\..\..\Fontes\ACBrDFe\ACBrNFe\DANFE\NFCe;..\..\..\..\..\..\..\Fontes\ACBrDFe\ACBrNFe\DANFE\NFCe\EscPos;..\..\..\..\..\..\..\Fontes\ACBrDFe\ACBrNFe\DANFE\NFCe\Fast;..\..\..\..\..\..\..\Fontes\ACBrDFe\ACBrNFe\DANFE\NFCe\Fortes;..\..\..\..\..\..\..\Fontes\ACBrDFe\ACBrNFe\DANFE\NFe;..\..\..\..\..\..\..\Fontes\ACBrDFe\ACBrNFe\DANFE\NFe\Fast;..\..\..\..\..\..\..\Fontes\ACBrDFe\ACBrNFe\DANFE\NFe\Fortes;..\..\..\..\..\..\..\Fontes\ACBrDFe\ACBrNFe\PCNNFe;..\..\..\..\..\..\..\Fontes\ACBrDFe\ACBrNFSe;..\..\..\..\..\..\..\Fontes\ACBrDFe\ACBrNFSe\DANFSE;..\..\..\..\..\..\..\Fontes\ACBrDFe\ACBrNFSe\DANFSE\Fast;..\..\..\..\..\..\..\Fontes\ACBrDFe\ACBrNFSe\DANFSE\Fortes;..\..\..\..\..\..\..\Fontes\ACBrDFe\ACBrNFSe\PCNNFSe;..\..\..\..\..\..\..\Fontes\ACBrDFe\ACBrNFSe\PROVED~1;..\..\..\..\..\..\..\Fontes\ACBRDI~1;..\..\..\..\..\..\..\Fontes\ACBRDI~1\ACBRFA~1;..\..\..\..\..\..\..\Fontes\ACBROP~1;..\..\..\..\..\..\..\Fontes\ACBrSAT;..\..\..\..\..\..\..\Fontes\ACBrSAT\ACBREC~1;..\..\..\..\..\..\..\Fontes\ACBrSAT\Extrato;..\..\..\..\..\..\..\Fontes\ACBrSAT\Extrato\EscPos;..\..\..\..\..\..\..\Fontes\ACBrSAT\Extrato\Fortes;..\..\..\..\..\..\..\Fontes\ACBrSAT\PCNSAT;..\..\..\..\..\..\..\Fontes\ACBRSE~1;..\..\..\..\..\..\..\Fontes\ACBrTCP;..\..\..\..\..\..\..\Fontes\ACBrTEFD;..\..\..\..\..\..\..\Fontes\ACBrTXT;..\..\..\..\..\..\..\Fontes\ACBrTXT\ACBRCO~1;..\..\..\..\..\..\..\Fontes\ACBrTXT\ACBRDE~1;..\..\..\..\..\..\..\Fontes\ACBrTXT\ACBrLFD;..\..\..\..\..\..\..\Fontes\ACBrTXT\ACBrPAF;..\..\..\..\..\..\..\Fontes\ACBrTXT\ACBrSEF2;..\..\..\..\..\..\..\Fontes\ACBrTXT\ACBRSI~1;..\..\..\..\..\..\..\Fontes\ACBrTXT\ACBrSPED;..\..\..\..\..\..\..\Fontes\ACBrTXT\ACBrSPED\ACBRSP~1;..\..\..\..\..\..\..\Fontes\ACBrTXT\ACBrSPED\ACBRSP~3;..\..\..\..\..\..\..\Fontes\ACBrTXT\ACBrSPED\ACB35C~1;..\..\..\..\..\..\..\Fontes\ACBrTXT\ACBrSPED\ACF979~1;..\..\..\..\..\..\..\Fontes\ACBrTXT\ACBrSPED\ACBRSP~4;..\..\..\..\..\..\..\Fontes\ACBrTXT\ACBrSPED\ACBRSP~2;..\..\..\..\..\..\..\Fontes\ACBrTXT\SINTEG~1;..\..\..\..\..\..\..\Fontes\Imagens;..\..\..\..\..\..\..\Fontes\PCNComum;..\..\..\..\..\..\..\Fontes\TERCEI~1;..\..\..\..\..\..\..\Fontes\TERCEI~1\AJBARC~1;..\..\..\..\..\..\..\Fontes\TERCEI~1\DELPHI~1;..\..\..\..\..\..\..\Fontes\TERCEI~1\JEDIWI~1;..\..\..\..\..\..\..\Fontes\TERCEI~1\synalist;..\..\..\..\..\..\..\Fontes\TERCEI~1\TGif;..\..\..\..\..\..\..\Fontes\TERCEI~1\ZLibExGZ;..\..\..\..\..\..\..\Fontes\TERCEI~1\ZLibExGZ\win32;..\..\..\..\..\..\..\Fontes\TERCEI~1\ZLibExGZ\win64;..\..\..\..\..\..\..\Fontes\TERCEI~1\ZLibExGZ\zlib;..\..\..\..\..\..\..\Lib\Delphi\LibD7" -U"..\..\..\..\..\..\..\Lib\Delphi\LibD7" -I"$(DELPHI)\Lib;$(DELPHI)\Bin;$(DELPHI)\Imports;$(DELPHI)\Projects\Bpl;$(DELPHI)\Rave5\Lib;..\..\..\..\..\..\..\..\BiBli\VDOPrint\src;..\..\..\..\..\..\..\..\bibli;..\..\..\..\..\..\..\..\PROGRA~1\Borland\Delphi7\Source\ToolsAPI;..\..\..\..\..\..\..\..\BiBli\RLBoleto\Comp;..\..\..\..\..\..\..\..\BiBli\WebCam\compo;..\..\..\..\..\..\..\..\PROGRA~1\Borland\Delphi7\Projects\Bpl;..\..\..\..\..\..\..\Fontes\ACBRBO~1;..\..\..\..\..\..\..\Fontes\ACBRBO~1\FC;..\..\..\..\..\..\..\Fontes\ACBRBO~1\FC\Fast;..\..\..\..\..\..\..\Fontes\ACBRBO~1\FC\Fortes;..\..\..\..\..\..\..\Fontes\ACBRBO~1\Logos;..\..\..\..\..\..\..\Fontes\ACBRBO~1\Logos\Colorido;..\..\..\..\..\..\..\Fontes\ACBRBO~1\Logos\PRETOB~1;..\..\..\..\..\..\..\Fontes\ACBRCA~1;..\..\..\..\..\..\..\Fontes\ACBRCO~1;..\..\..\..\..\..\..\Fontes\ACBrDFe;..\..\..\..\..\..\..\Fontes\ACBrDFe\ACBRBL~1;..\..\..\..\..\..\..\Fontes\ACBrDFe\ACBrCTe;..\..\..\..\..\..\..\Fontes\ACBrDFe\ACBrCTe\DACTE;..\..\..\..\..\..\..\Fontes\ACBrDFe\ACBrCTe\DACTE\Fast;..\..\..\..\..\..\..\Fontes\ACBrDFe\ACBrCTe\DACTE\Fortes;..\..\..\..\..\..\..\Fontes\ACBrDFe\ACBrCTe\PCNCTe;..\..\..\..\..\..\..\Fontes\ACBrDFe\ACBrGNRE;..\..\..\..\..\..\..\Fontes\ACBrDFe\ACBrGNRE\GNRE;..\..\..\..\..\..\..\Fontes\ACBrDFe\ACBrGNRE\GNRE\Fast;..\..\..\..\..\..\..\Fontes\ACBrDFe\ACBrGNRE\GNRE\Fortes;..\..\..\..\..\..\..\Fontes\ACBrDFe\ACBrGNRE\PCNGNRE;..\..\..\..\..\..\..\Fontes\ACBrDFe\ACBrMDFe;..\..\..\..\..\..\..\Fontes\ACBrDFe\ACBrMDFe\DAMDFE;..\..\..\..\..\..\..\Fontes\ACBrDFe\ACBrMDFe\DAMDFE\Fast;..\..\..\..\..\..\..\Fontes\ACBrDFe\ACBrMDFe\DAMDFE\Fortes;..\..\..\..\..\..\..\Fontes\ACBrDFe\ACBrMDFe\PCNMDFe;..\..\..\..\..\..\..\Fontes\ACBrDFe\ACBrNFe;..\..\..\..\..\..\..\Fontes\ACBrDFe\ACBrNFe\ACBREC~1;..\..\..\..\..\..\..\Fontes\ACBrDFe\ACBrNFe\DANFE;..\..\..\..\..\..\..\Fontes\ACBrDFe\ACBrNFe\DANFE\NFCe;..\..\..\..\..\..\..\Fontes\ACBrDFe\ACBrNFe\DANFE\NFCe\EscPos;..\..\..\..\..\..\..\Fontes\ACBrDFe\ACBrNFe\DANFE\NFCe\Fast;..\..\..\..\..\..\..\Fontes\ACBrDFe\ACBrNFe\DANFE\NFCe\Fortes;..\..\..\..\..\..\..\Fontes\ACBrDFe\ACBrNFe\DANFE\NFe;..\..\..\..\..\..\..\Fontes\ACBrDFe\ACBrNFe\DANFE\NFe\Fast;..\..\..\..\..\..\..\Fontes\ACBrDFe\ACBrNFe\DANFE\NFe\Fortes;..\..\..\..\..\..\..\Fontes\ACBrDFe\ACBrNFe\PCNNFe;..\..\..\..\..\..\..\Fontes\ACBrDFe\ACBrNFSe;..\..\..\..\..\..\..\Fontes\ACBrDFe\ACBrNFSe\DANFSE;..\..\..\..\..\..\..\Fontes\ACBrDFe\ACBrNFSe\DANFSE\Fast;..\..\..\..\..\..\..\Fontes\ACBrDFe\ACBrNFSe\DANFSE\Fortes;..\..\..\..\..\..\..\Fontes\ACBrDFe\ACBrNFSe\PCNNFSe;..\..\..\..\..\..\..\Fontes\ACBrDFe\ACBrNFSe\PROVED~1;..\..\..\..\..\..\..\Fontes\ACBRDI~1;..\..\..\..\..\..\..\Fontes\ACBRDI~1\ACBRFA~1;..\..\..\..\..\..\..\Fontes\ACBROP~1;..\..\..\..\..\..\..\Fontes\ACBrSAT;..\..\..\..\..\..\..\Fontes\ACBrSAT\ACBREC~1;..\..\..\..\..\..\..\Fontes\ACBrSAT\Extrato;..\..\..\..\..\..\..\Fontes\ACBrSAT\Extrato\EscPos;..\..\..\..\..\..\..\Fontes\ACBrSAT\Extrato\Fortes;..\..\..\..\..\..\..\Fontes\ACBrSAT\PCNSAT;..\..\..\..\..\..\..\Fontes\ACBRSE~1;..\..\..\..\..\..\..\Fontes\ACBrTCP;..\..\..\..\..\..\..\Fontes\ACBrTEFD;..\..\..\..\..\..\..\Fontes\ACBrTXT;..\..\..\..\..\..\..\Fontes\ACBrTXT\ACBRCO~1;..\..\..\..\..\..\..\Fontes\ACBrTXT\ACBRDE~1;..\..\..\..\..\..\..\Fontes\ACBrTXT\ACBrLFD;..\..\..\..\..\..\..\Fontes\ACBrTXT\ACBrPAF;..\..\..\..\..\..\..\Fontes\ACBrTXT\ACBrSEF2;..\..\..\..\..\..\..\Fontes\ACBrTXT\ACBRSI~1;..\..\..\..\..\..\..\Fontes\ACBrTXT\ACBrSPED;..\..\..\..\..\..\..\Fontes\ACBrTXT\ACBrSPED\ACBRSP~1;..\..\..\..\..\..\..\Fontes\ACBrTXT\ACBrSPED\ACBRSP~3;..\..\..\..\..\..\..\Fontes\ACBrTXT\ACBrSPED\ACB35C~1;..\..\..\..\..\..\..\Fontes\ACBrTXT\ACBrSPED\ACF979~1;..\..\..\..\..\..\..\Fontes\ACBrTXT\ACBrSPED\ACBRSP~4;..\..\..\..\..\..\..\Fontes\ACBrTXT\ACBrSPED\ACBRSP~2;..\..\..\..\..\..\..\Fontes\ACBrTXT\SINTEG~1;..\..\..\..\..\..\..\Fontes\Imagens;..\..\..\..\..\..\..\Fontes\PCNComum;..\..\..\..\..\..\..\Fontes\TERCEI~1;..\..\..\..\..\..\..\Fontes\TERCEI~1\AJBARC~1;..\..\..\..\..\..\..\Fontes\TERCEI~1\DELPHI~1;..\..\..\..\..\..\..\Fontes\TERCEI~1\JEDIWI~1;..\..\..\..\..\..\..\Fontes\TERCEI~1\synalist;..\..\..\..\..\..\..\Fontes\TERCEI~1\TGif;..\..\..\..\..\..\..\Fontes\TERCEI~1\ZLibExGZ;..\..\..\..\..\..\..\Fontes\TERCEI~1\ZLibExGZ\win32;..\..\..\..\..\..\..\Fontes\TERCEI~1\ZLibExGZ\win64;..\..\..\..\..\..\..\Fontes\TERCEI~1\ZLibExGZ\zlib;..\..\..\..\..\..\..\Lib\Delphi\LibD7" -R"$(DELPHI)\Lib;$(DELPHI)\Bin;$(DELPHI)\Imports;$(DELPHI)\Projects\Bpl;$(DELPHI)\Rave5\Lib;..\..\..\..\..\..\..\..\BiBli\VDOPrint\src;..\..\..\..\..\..\..\..\bibli;..\..\..\..\..\..\..\..\PROGRA~1\Borland\Delphi7\Source\ToolsAPI;..\..\..\..\..\..\..\..\BiBli\RLBoleto\Comp;..\..\..\..\..\..\..\..\BiBli\WebCam\compo;..\..\..\..\..\..\..\..\PROGRA~1\Borland\Delphi7\Projects\Bpl;..\..\..\..\..\..\..\Fontes\ACBRBO~1;..\..\..\..\..\..\..\Fontes\ACBRBO~1\FC;..\..\..\..\..\..\..\Fontes\ACBRBO~1\FC\Fast;..\..\..\..\..\..\..\Fontes\ACBRBO~1\FC\Fortes;..\..\..\..\..\..\..\Fontes\ACBRBO~1\Logos;..\..\..\..\..\..\..\Fontes\ACBRBO~1\Logos\Colorido;..\..\..\..\..\..\..\Fontes\ACBRBO~1\Logos\PRETOB~1;..\..\..\..\..\..\..\Fontes\ACBRCA~1;..\..\..\..\..\..\..\Fontes\ACBRCO~1;..\..\..\..\..\..\..\Fontes\ACBrDFe;..\..\..\..\..\..\..\Fontes\ACBrDFe\ACBRBL~1;..\..\..\..\..\..\..\Fontes\ACBrDFe\ACBrCTe;..\..\..\..\..\..\..\Fontes\ACBrDFe\ACBrCTe\DACTE;..\..\..\..\..\..\..\Fontes\ACBrDFe\ACBrCTe\DACTE\Fast;..\..\..\..\..\..\..\Fontes\ACBrDFe\ACBrCTe\DACTE\Fortes;..\..\..\..\..\..\..\Fontes\ACBrDFe\ACBrCTe\PCNCTe;..\..\..\..\..\..\..\Fontes\ACBrDFe\ACBrGNRE;..\..\..\..\..\..\..\Fontes\ACBrDFe\ACBrGNRE\GNRE;..\..\..\..\..\..\..\Fontes\ACBrDFe\ACBrGNRE\GNRE\Fast;..\..\..\..\..\..\..\Fontes\ACBrDFe\ACBrGNRE\GNRE\Fortes;..\..\..\..\..\..\..\Fontes\ACBrDFe\ACBrGNRE\PCNGNRE;..\..\..\..\..\..\..\Fontes\ACBrDFe\ACBrMDFe;..\..\..\..\..\..\..\Fontes\ACBrDFe\ACBrMDFe\DAMDFE;..\..\..\..\..\..\..\Fontes\ACBrDFe\ACBrMDFe\DAMDFE\Fast;..\..\..\..\..\..\..\Fontes\ACBrDFe\ACBrMDFe\DAMDFE\Fortes;..\..\..\..\..\..\..\Fontes\ACBrDFe\ACBrMDFe\PCNMDFe;..\..\..\..\..\..\..\Fontes\ACBrDFe\ACBrNFe;..\..\..\..\..\..\..\Fontes\ACBrDFe\ACBrNFe\ACBREC~1;..\..\..\..\..\..\..\Fontes\ACBrDFe\ACBrNFe\DANFE;..\..\..\..\..\..\..\Fontes\ACBrDFe\ACBrNFe\DANFE\NFCe;..\..\..\..\..\..\..\Fontes\ACBrDFe\ACBrNFe\DANFE\NFCe\EscPos;..\..\..\..\..\..\..\Fontes\ACBrDFe\ACBrNFe\DANFE\NFCe\Fast;..\..\..\..\..\..\..\Fontes\ACBrDFe\ACBrNFe\DANFE\NFCe\Fortes;..\..\..\..\..\..\..\Fontes\ACBrDFe\ACBrNFe\DANFE\NFe;..\..\..\..\..\..\..\Fontes\ACBrDFe\ACBrNFe\DANFE\NFe\Fast;..\..\..\..\..\..\..\Fontes\ACBrDFe\ACBrNFe\DANFE\NFe\Fortes;..\..\..\..\..\..\..\Fontes\ACBrDFe\ACBrNFe\PCNNFe;..\..\..\..\..\..\..\Fontes\ACBrDFe\ACBrNFSe;..\..\..\..\..\..\..\Fontes\ACBrDFe\ACBrNFSe\DANFSE;..\..\..\..\..\..\..\Fontes\ACBrDFe\ACBrNFSe\DANFSE\Fast;..\..\..\..\..\..\..\Fontes\ACBrDFe\ACBrNFSe\DANFSE\Fortes;..\..\..\..\..\..\..\Fontes\ACBrDFe\ACBrNFSe\PCNNFSe;..\..\..\..\..\..\..\Fontes\ACBrDFe\ACBrNFSe\PROVED~1;..\..\..\..\..\..\..\Fontes\ACBRDI~1;..\..\..\..\..\..\..\Fontes\ACBRDI~1\ACBRFA~1;..\..\..\..\..\..\..\Fontes\ACBROP~1;..\..\..\..\..\..\..\Fontes\ACBrSAT;..\..\..\..\..\..\..\Fontes\ACBrSAT\ACBREC~1;..\..\..\..\..\..\..\Fontes\ACBrSAT\Extrato;..\..\..\..\..\..\..\Fontes\ACBrSAT\Extrato\EscPos;..\..\..\..\..\..\..\Fontes\ACBrSAT\Extrato\Fortes;..\..\..\..\..\..\..\Fontes\ACBrSAT\PCNSAT;..\..\..\..\..\..\..\Fontes\ACBRSE~1;..\..\..\..\..\..\..\Fontes\ACBrTCP;..\..\..\..\..\..\..\Fontes\ACBrTEFD;..\..\..\..\..\..\..\Fontes\ACBrTXT;..\..\..\..\..\..\..\Fontes\ACBrTXT\ACBRCO~1;..\..\..\..\..\..\..\Fontes\ACBrTXT\ACBRDE~1;..\..\..\..\..\..\..\Fontes\ACBrTXT\ACBrLFD;..\..\..\..\..\..\..\Fontes\ACBrTXT\ACBrPAF;..\..\..\..\..\..\..\Fontes\ACBrTXT\ACBrSEF2;..\..\..\..\..\..\..\Fontes\ACBrTXT\ACBRSI~1;..\..\..\..\..\..\..\Fontes\ACBrTXT\ACBrSPED;..\..\..\..\..\..\..\Fontes\ACBrTXT\ACBrSPED\ACBRSP~1;..\..\..\..\..\..\..\Fontes\ACBrTXT\ACBrSPED\ACBRSP~3;..\..\..\..\..\..\..\Fontes\ACBrTXT\ACBrSPED\ACB35C~1;..\..\..\..\..\..\..\Fontes\ACBrTXT\ACBrSPED\ACF979~1;..\..\..\..\..\..\..\Fontes\ACBrTXT\ACBrSPED\ACBRSP~4;..\..\..\..\..\..\..\Fontes\ACBrTXT\ACBrSPED\ACBRSP~2;..\..\..\..\..\..\..\Fontes\ACBrTXT\SINTEG~1;..\..\..\..\..\..\..\Fontes\Imagens;..\..\..\..\..\..\..\Fontes\PCNComum;..\..\..\..\..\..\..\Fontes\TERCEI~1;..\..\..\..\..\..\..\Fontes\TERCEI~1\AJBARC~1;..\..\..\..\..\..\..\Fontes\TERCEI~1\DELPHI~1;..\..\..\..\..\..\..\Fontes\TERCEI~1\JEDIWI~1;..\..\..\..\..\..\..\Fontes\TERCEI~1\synalist;..\..\..\..\..\..\..\Fontes\TERCEI~1\TGif;..\..\..\..\..\..\..\Fontes\TERCEI~1\ZLibExGZ;..\..\..\..\..\..\..\Fontes\TERCEI~1\ZLibExGZ\win32;..\..\..\..\..\..\..\Fontes\TERCEI~1\ZLibExGZ\win64;..\..\..\..\..\..\..\Fontes\TERCEI~1\ZLibExGZ\zlib;..\..\..\..\..\..\..\Lib\Delphi\LibD7" -N0"..\..\..\..\..\..\..\Lib\Delphi\LibD7" -LE"..\..\..\..\..\..\..\Lib\Delphi\LibD7" -LN"..\..\..\..\..\..\..\Lib\Delphi\LibD7" -U"..\..\..\..\..\..\..\..\PROGRA~1\Borland\Delphi7\Rave5\Lib"
    Borland Delphi Version 15.0
    Copyright (c) 1983,2002 Borland Software Corporation
    ACBr_NFeDanfeRL.dpk(76) Fatal: Required package 'frce' not found
    Compilation failure
    Erro ao compilar o pacote "ACBr_NFeDanfeRL.dpk".

    Abortando... Ocorreram erros na compilação dos pacotes.

    Esqueci tenho o Delphi 7

    depois de atualizar com svn, usei o apagarAcbr.bat  e em seguida o ACBrInstall_Trunk2.exe

     

  10. Depois de um bom tempo pesquisando sobre a nova atualização do Fortes Report, achei a solução: no proprio forum do acbr

    Nao e mais necessario ter o compontente RLSaveDialog na paleta do Delphi.  Caso alguem use este componente, basta Ignorar a mensagem de erro e excluir a Linha: RLSaveDialog  TRLSaveDialog   e compilar.

    so e necessario ter o componente RLPDFFilter declarado para salvar em PDF.

    Feito isso ainda aparece a mensagem que "O Sistema Nao esta de acordo com a versao do Fortes Report" e para resolver isso e so declarar:  RLConsts.SetVersion(3,72,'B'); no Create do Form Principal e na Uses declare: RLConsts. 

     

    Obrigado.

     

    • Curtir 2
  11. Boa Tarde,

     

    Fiz uma atulização para a versao 3.72B por causa do componete ACBrNFe, e foi instalado com sucesso, porem ao entrar no Delphi 7, e abrir a aba dos componentes do Fortes constatei que nao esta visivel o componente RLSaveDialog.

    Pergunta Porque ?

    No meu caso uso para permitir salvar os relatorios em PDF, entao esta dando erro neste componente.

     

     

     

×
×
  • 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.

The popup will be closed in 10 segundos...