Datalogical Informática
-
Total de ítens
28 -
Registro em
-
Última visita
Community Answers
-
Datalogical Informática's post in Imprimir NFC-e em papel A4 was marked as the answer
Só para exemplificar:
...
if aqyNF.FieldByName('CO_MODELODF').AsInteger = 55 then begin // NF-e
ACBrNFe1.DANFE:=ACBrNFeDANFeRL1;
end else begin
ACBrNFe1.DANFE:=ACBrNFeDANFCeRL1;
end;
ACBrNFe1.NotasFiscais.Imprimir;
...
Tudo certo.
-
Datalogical Informática's post in Erro ao Cancelar NFe - Rejeicao: Evento nao atende o Schema XML especifico (Elemento: envEvento/evento[1]/infEvento/detEvento/xJust) was marked as the answer
Prezados,
Eu consegui resolver recuperando o xml de transmissão da nota fiscal e atualizando o schema da nota fiscal 4.0.
Obrigado.