Ir para conteúdo
  • Cadastre-se

etapa

Membros
  • Total de ítens

    11
  • Registro em

  • Última visita

Últimos Visitantes

O bloco dos últimos visitantes está desativado e não está sendo visualizado por outros usuários.

etapa's Achievements

Apprentice

Apprentice (3/14)

  • First Post
  • Collaborator Rare
  • Week One Done
  • One Month Later
  • One Year In

Recent Badges

0

Reputação

  1. Pessoal alguém sabe usar o acbrcep?
  2. Pessoal, alguém sabe me informar como eu utilizao o componente ACBrExtenso? Abraços
  3. Desculpe Italo, Agora está dando essas mensagens: [Error] U_CTe.pas(331): Incompatible types: 'TpcteTipoDataPeriodo' and 'Integer' [Error] U_CTe.pas(331): Incompatible types: 'TpcteTipoDataPeriodo' and 'Integer' [Error] U_CTe.pas(332): Incompatible types: 'TpcteTipoDataPeriodo' and 'Integer' [Error] U_CTe.pas(336): Incompatible types: 'TpcteTipoDataPeriodo' and 'Integer' [Error] U_CTe.pas(337): Incompatible types: 'TpcteTipoDataPeriodo' and 'Integer' [Error] U_CTe.pas(343): Incompatible types: 'TpcteTipoHorarioIntervalo' and 'Integer' [Error] U_CTe.pas(345): Incompatible types: 'TpcteTipoHorarioIntervalo' and 'Integer' [Error] U_CTe.pas(345): Incompatible types: 'TpcteTipoHorarioIntervalo' and 'Integer' [Error] U_CTe.pas(346): Incompatible types: 'TpcteTipoHorarioIntervalo' and 'Integer' [Error] U_CTe.pas(350): Incompatible types: 'TpcteTipoHorarioIntervalo' and 'Integer' [Error] U_CTe.pas(351): Incompatible types: 'TpcteTipoHorarioIntervalo' and 'Integer' [Fatal Error] transgenesis.dpr(28): Could not compile used unit 'U_CTe.pas' Desculpe o transtorno... Abraços
  4. agora me dá este erro: Build [Warning] U_CTe.pas(8): Unit 'FileCtrl' is specific to a platform [Error] U_CTe.pas(328): Undeclared identifier: 'okConversao' [Error] U_CTe.pas(328): Types of actual and formal var parameters must be identical
  5. Já estão atualizados no site acbr?
  6. Valeu Italo, Vou verficar.... Grande abraço e obrigado pela rapidez.......
  7. Pessoal..... por gentileza.....na linha de código dá o seguinte erro compl.Entrega.TipoData := 0; case compl.Entrega.TipoData of 0: compl.Entrega.semData.tpPer := 0; 1,2,3: begin compl.Entrega.comData.tpPer := compl.Entrega.TipoData; compl.Entrega.comData.dProg := Date; end; 4: begin compl.Entrega.noPeriodo.tpPer := 4; compl.Entrega.noPeriodo.dIni := Date; compl.Entrega.noPeriodo.dFim := Date; end; end; me dá o seguinte erro: [Warning] U_CTe.pas(8): Unit 'FileCtrl' is specific to a platform [Error] U_CTe.pas(328): Incompatible types: 'TpcteTipoDataPeriodo' and 'Integer' [Error] U_CTe.pas(330): Incompatible types: 'TpcteTipoDataPeriodo' and 'Integer' [Error] U_CTe.pas(330): Incompatible types: 'TpcteTipoDataPeriodo' and 'Integer' [Error] U_CTe.pas(331): Incompatible types: 'TpcteTipoDataPeriodo' and 'Integer' [Error] U_CTe.pas(335): Incompatible types: 'TpcteTipoDataPeriodo' and 'Integer' [Error] U_CTe.pas(336): Incompatible types: 'TpcteTipoDataPeriodo' and 'Integer' [Error] U_CTe.pas(342): Incompatible types: 'TpcteTipoHorarioIntervalo' and 'Integer' [Error] U_CTe.pas(344): Incompatible types: 'TpcteTipoHorarioIntervalo' and 'Integer' [Error] U_CTe.pas(344): Incompatible types: 'TpcteTipoHorarioIntervalo' and 'Integer' [Error] U_CTe.pas(345): Incompatible types: 'TpcteTipoHorarioIntervalo' and 'Integer' [Error] U_CTe.pas(349): Incompatible types: 'TpcteTipoHorarioIntervalo' and 'Integer' [Error] U_CTe.pas(350): Incompatible types: 'TpcteTipoHorarioIntervalo' and 'Integer' [Fatal Error] transgenesis.dpr(27): Could not compile used unit 'U_CTe.pas'
  8. Alexandre, por gentileza.....agora está quando coloco a parte: compl.Entrega.TipoData := 0; case compl.Entrega.TipoData of 0: compl.Entrega.semData.tpPer := 0; 1,2,3: begin compl.Entrega.comData.tpPer := compl.Entrega.TipoData; compl.Entrega.comData.dProg := Date; end; 4: begin compl.Entrega.noPeriodo.tpPer := 4; compl.Entrega.noPeriodo.dIni := Date; compl.Entrega.noPeriodo.dFim := Date; end; end; me dá o seguinte erro: [Warning] U_CTe.pas(8): Unit 'FileCtrl' is specific to a platform [Error] U_CTe.pas(328): Incompatible types: 'TpcteTipoDataPeriodo' and 'Integer' [Error] U_CTe.pas(330): Incompatible types: 'TpcteTipoDataPeriodo' and 'Integer' [Error] U_CTe.pas(330): Incompatible types: 'TpcteTipoDataPeriodo' and 'Integer' [Error] U_CTe.pas(331): Incompatible types: 'TpcteTipoDataPeriodo' and 'Integer' [Error] U_CTe.pas(335): Incompatible types: 'TpcteTipoDataPeriodo' and 'Integer' [Error] U_CTe.pas(336): Incompatible types: 'TpcteTipoDataPeriodo' and 'Integer' [Error] U_CTe.pas(342): Incompatible types: 'TpcteTipoHorarioIntervalo' and 'Integer' [Error] U_CTe.pas(344): Incompatible types: 'TpcteTipoHorarioIntervalo' and 'Integer' [Error] U_CTe.pas(344): Incompatible types: 'TpcteTipoHorarioIntervalo' and 'Integer' [Error] U_CTe.pas(345): Incompatible types: 'TpcteTipoHorarioIntervalo' and 'Integer' [Error] U_CTe.pas(349): Incompatible types: 'TpcteTipoHorarioIntervalo' and 'Integer' [Error] U_CTe.pas(350): Incompatible types: 'TpcteTipoHorarioIntervalo' and 'Integer' [Fatal Error] transgenesis.dpr(27): Could not compile used unit 'U_CTe.pas'
  9. Obrigado AlexandreADC Vou trabalhar nisso esta noite... Obrigado mesmo.... Um grande abraço!!!!
  10. Estou tentando criar o xml do CT-e e quando chego nas linhas: DM.ACBrCTe1.Conhecimentos.Add.CTe.Ide.tpImp e DM.ACBrCTe1.Conhecimentos.Add.CTe.Ide.forPag ambos me dão o seguinte erro: U_Cte.pas(8): Unit 'FileCtrl' is specific to a plataform [error] U_Cte.pas(102): Undeclared identifier: tiRetrato [error] U_Cte.pas(103): Undeclared identifier: fpPago Qual o problema?
×
×
  • 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.