Jump to content

dev botao

Impressão cupom NFCe


Go to solution Solved by BigWings,
  • Este tópico foi criado há 1681 dias atrás.
  • Talvez seja melhor você criar um NOVO TÓPICO do que postar uma resposta aqui.

Recommended Posts

Estou tentando imprimir um cupom de uma NFCe, usando os comandos abaixo. e esta ocorrendo o erro 'componente pos printer não associado'

 

 

sXML : WideString;
begin
    ACBrPosPrinter1.Desativar;
    ACBrPosPrinter1.Modelo := TACBrPosPrinterModelo( cbxModeloPosPrinter.ItemIndex );
    ACBrPosPrinter1.PaginaDeCodigo := TACBrPosPaginaCodigo( cbxPagCodigo.ItemIndex );
    ACBrPosPrinter1.Porta := cbxPorta.Text;
    ACBrPosPrinter1.ColunasFonteNormal := seColunas.Value;
    ACBrPosPrinter1.LinhasEntreCupons := seLinhasPular.Value;
    ACBrPosPrinter1.EspacoEntreLinhas := seEspLinhas.Value;
    ACBrPosPrinter1.ConfigLogo.KeyCode1 := 32;              //19/11/2018
    ACBrPosPrinter1.ConfigLogo.KeyCode2 := 32;              //19/11/2018
    ACBrPosPrinter1.ConfigLogo.FatorX := 4;                 //19/11/2018
    ACBrPosPrinter1.ConfigLogo.FatorY := 4;                 //19/11/2018
    ACBrNFeDANFeESCPOS1.MostrarPreview:=false;
    ACBrNFe1.NotasFiscais.Clear;
    Sxml:='C:\S2\logs\23200326795551000425650010001110011001110015.nfe.xml';
    ACBrNFe1.NotasFiscais.LoadFromstring(Sxml,False);
    ACBrNFe1.NotasFiscais.Imprimir;
    mensagem 'componente pos printer não associado'

 

Link to comment
Share on other sites

  • Este tópico foi criado há 1681 dias atrás.
  • Talvez seja melhor você criar um NOVO TÓPICO do que postar uma resposta aqui.

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.