Prezados,
ao realizar a consulta aos Documentos Fiscais Eletrônicos, não estou conseguindo capturar corretamente a manifestação das Notas Destinadas. Alguém poderia me auxiliar.
Forma da Consulta
ACBrNFe1.DistribuicaoDFe(lnUF, CNPJ, gcUltimoNSU, '');
Tentativa de Capturar
if docZip.Items.resEvento.tpEvento = teManifDestConfirmacao then
sManifesto := 'CONFIRMADA OPERAÇÃO'
else if docZip.Items.resEvento.tpEvento = teManifDestDesconhecimento then
sManifesto := 'DESCONHECIMENTO DA OPERAÇÃO'
else if docZip.Items.resEvento.tpEvento = teManifDestOperNaoRealizada then
sManifesto := 'OPERAÇÃO NÃO REALIZADA'
else if docZip.Items.resEvento.tpEvento = teManifDestCiencia then
sManifesto := 'CIÊNCIA DA OPERAÇÃO'
else
sManifesto := 'SEM MANIFESTAÇÃO';
Atenciosamente,
Darlana Nogueira