Jump to content

dev botao

Ao Exportar o NFCe esta cortando a descriçao do Item


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

Recommended Posts

estou usando Fortes.
 

procedure TACBrNFeDANFCeFortesFr.FormataTextoItemParaNormal(out LinhaItem: string; out LinhaTotal: string);
var
  infoAdProd: string;
begin
  with ACBrNFeDANFCeFortes.FpNFe.Det.Items[fNumItem] do
  begin
    LinhaItem := IntToStrZero(Prod.nItem, 3) + ' ' + // DEBUG {IntToStr(mLinhaItem.Width) + ','+}
                 ACBrNFeDANFCeFortes.ManterCodigo(Prod.cEAN, Prod.cProd) + ' ' + Trim(Prod.xProd);

    infoAdProd := ACBrNFeDANFCeFortes.ManterinfAdProd(ACBrNFeDANFCeFortes.FpNFe, fNumItem);
    if Trim(infoAdProd) <> '' then
      LinhaItem := LinhaItem + infoAdProd;
    LinhaTotal := '|' + ACBrNFeDANFCeFortes.FormatarQuantidade(Prod.qCom, False) + '|' +
                  Trim(Prod.uCom) + ' X ' + ACBrNFeDANFCeFortes.FormatarValorUnitario(Prod.vUnCom) +
                  '|' + FormatFloatBr(Prod.vProd);
    LinhaTotal := TDFeReportFortes.EspacejarTextoGrafico(LinhaTotal, mLinhaTotalItem.Width - 24, mLinhaTotalItem.Font);
  end;
end;

mLinhaTotalItem.Width - 24 ficou legal. mas nao sei o porque

esta cortando a linha total.

 

setei as margens. tanto que imprimir esta normal.

 

Link to comment
Share on other sites

  • Moderadores

Bom tu sabe que os arquivos vão ficar marcado como não atualizavél e se subirmos correções tu vai perder.

mas tem a ver com configurações locais seu problema

  • Like 1
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

  • Este tópico foi criado há 1306 dias atrás.
  • Talvez seja melhor você criar um NOVO TÓPICO do que postar uma resposta aqui.
Guest
This topic is now closed to further replies.
×
×
  • 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.