Jump to content

dev botao

gravar xm nfe em disco


Recommended Posts

Boa tarde!!!

Estou precisando ler um BD, pegar o xml da Nfe e
Salvar em arquivo. Já pesquisei, fiz varios teste o
arquivo não é gerado.

Tenho um ex:

 LNomarq := 'NotaFiscal-'+IntToStr(LNumnota);
  LPath := 'C:\TEMP' + LNomarq + '.xml';

  sXml := Sql_NfeXMLNFS.AsString;
  ACBrNFe1.NotasFiscais.Clear;
  ACBrNFe1.NotasFiscais.LoadFromString(sXml);

   ACBrNFe1.NotasFiscais.GravarXML(LNomarq);
//   ACBrNFe1.NotasFiscais.Items[0].GravarXML(LNomarq, 'C:\TEMP');

Se alguém pude dar uma dica, desde ja meusagradecimentos.

sem mais,

Ant.Carlos/SP

Link to comment
Share on other sites

  • Moderadores
1 hora atrás, ANTONIO CARLOS ANT.CARLOS disse:

ACBrNFe1.NotasFiscais.LoadFromString(sXml);

primeiro note que tem um segundo parametro e ele não deve refazer o xml somente carregar ele.

mas se o xml está ok porque tu não pega do banco e já salva?

BlobField.Savetofile('pathx.xml')

Consultor SAC ACBr Juliomar Marchetti
 

Projeto ACBr

skype: juliomar
telegram: juliomar
e-mail: [email protected]
http://www.juliomarmarchetti.com.br
MVP_NewLogo_100x100_Transparent-02.png
 

 

Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.