Ir para conteúdo
  • Cadastre-se

dev botao

Erro ao imprimir DANFE em PDF utilizando Fortes Rerport


Ver Solução Respondido por Régys Silveira,
  • Este tópico foi criado há 2248 dias atrás.
  • Talvez seja melhor você criar um NOVO TÓPICO do que postar uma resposta aqui.

Recommended Posts

Boa tarde!

Tudo bem pessoal?

Estou com um problema ao tentar imprimir o DANFE da NFe em PDF utilizando o fortes report.

1) Dei um update através do SVN no ACBr.

2) Desinstalei e instalei novamente.

3) Adicionei o componente ACBr na minha Unit, juntamente com o ACBrNFeDANFeRL

4) Vinculei o DANFE à propriedade DANFE do ACBr e vice versa.

5) Propriedade Mostrar Preview do ACBrNFeDANFeRL está como false, tipoDANFE = tiRetrato

6) Tentei a impressão com ambos os métodos:

            ACBrNFe1.NotasFiscais.LoadFromFile(ls_arq_xml);
            ---> ACBrNFe1.NotasFiscais.Items[0].ImprimirPDF;
            ---> ACBrNFe1.NotasFiscais.ImprimirPDF;

Ao debugar, o sistema dá erro na linha destacada no print em anexo.

Estou usando o Delphi XE6, att.

Rafael Hassegawa

ERRO FORTES 2.png

Link para o comentário
Compartilhar em outros sites

  • Moderadores
14 minutos atrás, Paulo Starling Perdigao disse:

Boa tarde, Juliomar!

Como verifico se estou com a versão correta?

Att,

Juliomar, 

verifiquei aqui e a instalação foi feita pelo fcreInstall.exe, que fica dentro da pasta fortesreports-ce-master.

Att,

Sim mas sei que Daniel a pouco tempo subiu correções lá e o pessoal já fez o merge!

Consultor SAC ACBr Juliomar Marchetti
 

Projeto ACBr

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

 

Link para o comentário
Compartilhar em outros sites

Boa tarde, Juliomar!

A instalação foi feita na sexta feira. Será que houve alguma mudança?

Caso haja necessidade de reinstalar, posso apenas reinstalar o fortes?

Ou devo dar um update DVN em todo ACBr, desistanlar e instalar novamente?

 

Att,

Rafael Hassegawa

Juliomar, boa tarde.

Aproveitando o tópico, tem como me enviar o link da versão atual do Fortes?

Aqui, baixamos do GitHub do Régys.

Att,

Link para o comentário
Compartilhar em outros sites

Você usa o ACBrInstall ?

--
Isaque Pinheiro
Aracruz/ES - Brasil
___________________________________________________________________________
Site Oficial: www.isaquepinheiro.com.br 
Youtube: youtube.com/isaquepinheirooficialbr
Facebook: facebook.com.br/isaquepinheirooficialbr
Instagram: instagram.com/isaquepinheirooficialbr
Linkdin: https://www.linkedin.com/in/isaquepinheirooficialbr

Conheça o Projeto ORMBr Framework for Delphi - https://www.ormbr.com.br

 

Link para o comentário
Compartilhar em outros sites

Vc deve fazer a mesma coisa que eu, marcou o opção para ficar só o path da LibXX no Library do delphi, o ACBrInstall não estava atualizando os DFMs nessa pasta, atualize e rode o ACBrInstall que resolverá o problema.

--
Isaque Pinheiro
Aracruz/ES - Brasil
___________________________________________________________________________
Site Oficial: www.isaquepinheiro.com.br 
Youtube: youtube.com/isaquepinheirooficialbr
Facebook: facebook.com.br/isaquepinheirooficialbr
Instagram: instagram.com/isaquepinheirooficialbr
Linkdin: https://www.linkedin.com/in/isaquepinheirooficialbr

Conheça o Projeto ORMBr Framework for Delphi - https://www.ormbr.com.br

 

Link para o comentário
Compartilhar em outros sites

Bom dia, pessoal, tudo bem?

Vou detalhar o que fiz, pois o erro continua!

Será que alguém tem alguma ideia do erro?

1) Desinstalei o Fortes no Install packages do Delphi XE6

2) Na pasta fortesreport-ce-master, cliquei com o botão direito e deu um SVN update

3) Rodei o frceInstall.exe como administrador e instalei o frce

4) Desinstalei o ACBr com o apagarAcbr, como administrador

5) Instalei o ACBr, como administrador, utilizando o ACBrInstall_Trunk2.exe

6) Ao utilizar tanto a ACBrNFe1.NotasFiscais.ImprimirPDF quanto a ACBrNFe1.NotasFiscais.Items[0].ImprimirPDF, debugando, o erro acontece na mesma linha (como no anexo)

ls_arq_xml := ps_diretorio_DANFE + '\' + DMala.CDSQlocFaturasPchave_nfe.AsString + '-Nfe.xml';
ACBrNFe1.NotasFiscais.LoadFromFile(ls_arq_xml);
ACBrNFe1.NotasFiscais.ImprimirPDF;
ACBrNFe1.NotasFiscais.Items[0].ImprimirPDF;

na unit RLReport.

Estou anexando as imagens para melhorar esclarecimento.

Alguém teria alguma dica?

Att,
Rafael Hassegawa

 

erro no fortes.png

instalação fortes.png

Editado por Paulo Starling Perdigao
inclusão de código fonte
Link para o comentário
Compartilhar em outros sites

  • 1 ano depois...

Boa tarde, pessoal tudo bem?

O mesmo erro que pedi a ajuda de vocês, voltou a acontecer de novo.

ACBR hoje é o Trunk-2 o Delphi é o Berlin.

Código.

ACBrNFe1.NotasFiscais.LoadFromFile(ls_arq_xml);
            ---> ACBrNFe1.NotasFiscais.Items[0].ImprimirPDF;
            ---> ACBrNFe1.NotasFiscais.ImprimirPDF;

 

ou 

 

FrmBrNFp.ACBrNFe1.NotasFiscais.Clear;
FrmBrNFp.ACBrNFe1.NotasFiscais.LoadFromFile(ls_arq_xml);
FrmBrNFp.ACBrNFe1.NotasFiscais.Imprimir;
FrmBrNFp.ACBrNFe1.NotasFiscais.ImprimirPDF;

 

function TRLCustomControl.IsBallast: Boolean;
var
  P: TRLCustomPager;
  S: TRLCustomSkipper;
begin
  S := FindParentSkipper;
  P := FindParentPager;
  {aqui jaz um erro}
  if (P <> nil) and (psCompleting in P.PagerStatus) then
    Result := True
  else if (S <> nil) and (S.RecordAction = raBlankAndRetain) then
    Result := True
  else
    Result := False;
end;

Erro.png

Editado por Paulo Starling Perdigao
Falto dados
Link para o comentário
Compartilhar em outros sites

  • Moderadores

então faz testes com o exemplo do svn para a gente ter certeza que é no acbr?

outra coisa a perguntar após atualizar recompilou tudo marcando para limpar tudo também antes de instalar?

Consultor SAC ACBr Juliomar Marchetti
 

Projeto ACBr

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

 

Link para o comentário
Compartilhar em outros sites

Boa tarde, Juliomar Marchetti.

então faz testes com o exemplo do svn para a gente ter certeza que é no acbr?

Acabei de atualizar o SVN do acbr, e persistiu o erro.

outra coisa a perguntar após atualizar recompilou tudo marcando para limpar tudo também antes de instalar? Sim

 

 

Link para o comentário
Compartilhar em outros sites

Verifiquei os exemplos na unit Unit1.pas

procedure TForm1.btnImprimirClick(Sender: TObject);
begin
  OpenDialog1.Title := 'Selecione a NFE';
  OpenDialog1.DefaultExt := '*-nfe.XML';
  OpenDialog1.Filter := 'Arquivos NFE (*-nfe.XML)|*-nfe.XML|Arquivos XML (*.XML)|*.XML|Todos os Arquivos (*.*)|*.*';
  OpenDialog1.InitialDir := ACBrNFe1.Configuracoes.Arquivos.PathSalvar;

  if OpenDialog1.Execute then
  begin
    ACBrNFe1.NotasFiscais.Clear;
    ACBrNFe1.NotasFiscais.LoadFromFile(OpenDialog1.FileName,False);
    ACBrNFe1.NotasFiscais.Imprimir;
  end;
end;

 

Más a minha dificuldade é que estou passando tudo dinamicamente, e os exemplos estão usando um OpenDialog1.

 

Link para o comentário
Compartilhar em outros sites

  • Moderadores

Se divirta

procedure TDanfe.ImprimeDanfe( sXmlNome : String ; iNumeroCopias: Integer; bPreview, bPdf: Boolean; sProtocolo: String );
Var
  iTanProtocolo : Integer;
begin
  iTanProtocolo := Length( sProtocolo );
  with GlobalValues do
  begin
    With OBjDmDanfe.ACBrNFe1 do
    begin
      Configuracoes.Arquivos.Salvar := false;
      Configuracoes.Arquivos.AdicionarLiteral := false;
      Configuracoes.Arquivos.SepararPorAno    := false;
      Configuracoes.Arquivos.SepararPorCNPJ   := false;
      Configuracoes.Arquivos.SepararPorDia    := false;
      Configuracoes.Arquivos.SepararPorMes    := false;
      Configuracoes.Arquivos.SepararPorModelo := false;
      NotasFiscais.Clear;
      NotasFiscais.LoadFromFile( sXmlNome );
      OBjDmDanfe.ACBrNFeDANFEFR1.TributosFonte := 'IBTP';
      OBjDmDanfe.ACBrNFeDANFEFR1.ImprimirUnQtVlComercial  := iuComercial;
      OBjDmDanfe.ACBrNFeDANFEFR1.ImprimirTotalLiquido     := False;
      OBjDmDanfe.ACBrNFeDANFEFR1.ExibirTotalTributosItem  := False;
      OBjDmDanfe.ACBrNFeDANFEFR1.fastfile                 := ExtractFilePath( Application.ExeName) +'Dll\DANFeRetratonovo.fr3';
      OBjDmDanfe.ACBrNFeDANFEFR1.ShowDialog               := false;
      OBjDmDanfe.ACBrNFeDANFEFR1.ExibeCampoFatura         := (NotasFiscais.Items[0].NFe.Ide.indPag <> ipOutras);
      danfe := OBjDmDanfe.ACBrNFeDANFEFR1;
      with danfe do
      begin
        Logo          := LogoEmpresa.Logo.DataString;
        MostrarStatus := false;
        if ( iTanProtocolo > 5) then
        begin
          NFeCancelada := true;
          ProtocoloNFe := sProtocolo;
        end;
        Email           := Emissor.Email;
        Fax             := Emissor.EMI_FAX;
        Sistema         := 'Desenvolvido por [email protected]';
        Site            := Emissor.Site;
        PathPDF         := PastaTemp;
        MostrarPreview  := bPreview;
        if bPreview then
          NumCopias := 1
        else
          NumCopias := iNumeroCopias;
      end;
      if bPdf then
        NotasFiscais.ImprimirPDF
      else
        NotasFiscais.Imprimir;
    end;
  end;
end;

 

Equipe ACBr Henrique Leonardo
Ajude o Projeto ACBr crescer - Assine o SAC

Projeto ACBr

Tecnólogo em processamento de dados

E-mail [email protected] - Skype : hleorj

Link para o comentário
Compartilhar em outros sites

Boa tarde hleorj.

Obrigado pela a ajuda.

Mas ainda estou com problemas, pois o arquivo que gravo na pasta é em .xml

parece que ele não reconhece o xml, pq?

Ele até gera o pdf, só que gera o pdf vazio. 

 

 

Erro.png

Erros.png

Editado por Paulo Starling Perdigao
falto dados para inserir
Link para o comentário
Compartilhar em outros sites

Boa tarde a todos.

Consegui resolver o problema com ajuda do hleorj.

Solução.

Consegui achar o xml de configuração do layout.

salvei ele com a extenção .fr3

segue abaixo o arquivo e o link de onde encontrei.

https://github.com/GabrielF7/ACBrTrunk2/blob/master/Exemplos/ACBrDFe/ACBrNFe/Delphi/Report/DANFE.fr3

<?xml version="1.0" encoding="utf-8" standalone="no"?>

	<TfrxReport Version="4.12" DotMatrixReport="False" IniFile="\Software\Fast Reports" OldStyleProgress="True" PreviewOptions.AllowEdit="False" PreviewOptions.Buttons="4095" PreviewOptions.Zoom="1" PreviewOptions.ZoomMode="zmPageWidth" PrintOptions.Printer="Default" PrintOptions.PrintOnSheet="0" ReportOptions.CreateDate="40401,475989294" ReportOptions.Description.Text="" ReportOptions.LastChange="41298,525903912" ScriptLanguage="PascalScript" ScriptText.Text="var
 DADOS_ENDERECO: String; 
 DESCR_CST: String;
 
procedure Footer1OnBeforePrint(Sender: TfrxComponent);
begin
 while Engine.FreeSpace > 10 do Engine.ShowBand(Child1); 
 Engine.ShowBand(Child2);
end;

procedure Child3OnBeforePrint(Sender: TfrxComponent);
begin
 Child3.Visible := (<Page> = 1) and (MasterData2.DataSet.RecordCount > 0); 
end;

procedure Header1OnBeforePrint(Sender: TfrxComponent);
begin
 Header1.Visible := <Page> = 1; 
end;

procedure Header2OnBeforePrint(Sender: TfrxComponent);
begin
 Header1.Visible := not Header2.Visible; 
end;

procedure ColumnHeader1OnBeforePrint(Sender: TfrxComponent);
begin
 ColumnHeader1.Visible := <Page> > 1; 
end;

procedure ColumnFooter1OnBeforePrint(Sender: TfrxComponent);
begin
 ColumnFooter1.Visible := Engine.FinalPass and (<Page> = 1); 
end;

procedure PageHeader1OnBeforePrint(Sender: TfrxComponent);
begin
 if Trim(<Parametros."Imagem">) <> '' then
 begin 
 imgLogomarca.Picture.LoadFromFile(<Parametros."Imagem">);
 if Trim(<Parametros."LogoExpandido">) = '1' then
 begin
 Memo10.Visible := False;
 Memo11.Visible := False;
 imgLogomarca.Width := imgLogomarca.Width+Memo10.Width; 
 end;
 end else
 begin
 Memo10.Width := Memo10.Width + Memo10.Left;
 Memo11.Width := Memo11.Width + Memo11.Left;
 Memo10.Left := 0;
 Memo11.Left := 0;
 imgLogomarca.Visible := False; 
 end; 
 
 if Trim(<Emitente."CRT">) = '3' then
 DESCR_CST := 'CST'
 else
 DESCR_CST := 'CSOSN'; 
end;

procedure Memo11OnBeforePrint(Sender: TfrxComponent);
begin
 DADOS_ENDERECO := Trim(
 <Emitente."XLgr"> + ', ' + <Emitente."Nro"> + #13 + 
 <Emitente."XBairro"> + ' - ' + <Emitente."XMun"> + ' - ' + <Emitente."UF"> + #13 + 
 'Fone: ' + <Emitente."Fone"> + ' CEP: ' + <Emitente."CEP"> + #13 + 
 <Parametros."Site"> + #13 + 
 <Parametros."Email"> 
 ); 
end;

procedure Overlay1OnBeforePrint(Sender: TfrxComponent);
begin
 Overlay1.Visible := <Identificacao."TpAmb"> = '2';
 if Overlay1.Visible then
 begin 
 Overlay1.Height := Engine.PageHeight;
 memWatermark.Width := Overlay1.Width; 
 memWatermark.Height := Engine.PageHeight;
 memWatermark.Font.Size := 50;
 end; 
end;

begin

end." PropData="044C656674021203546F70020E0844617461736574730101061D20446174615365744E616D653D2243616C63756C6F496D706F73746F220001061C20446174615365744E616D653D224461646F7350726F6475746F73220001061B20446174615365744E616D653D2244657374696E61746172696F220001061920446174615365744E616D653D224475706C696361746173220001061720446174615365744E616D653D22456D6974656E7465220001061520446174615365744E616D653D22466174757261220001061C20446174615365744E616D653D224964656E74696669636163616F220001062420446174615365744E616D653D22496E666F726D61636F657341646963696F6E616973220001061420446174615365744E616D653D22495353514E220001061B20446174615365744E616D653D224C6F63616C456E7472656761220001061C20446174615365744E616D653D224C6F63616C5265746972616461220001061920446174615365744E616D653D22506172616D6574726F73220001061C20446174615365744E616D653D225472616E73706F727461646F72220001061620446174615365744E616D653D2256656963756C6F220001061620446174615365744E616D653D22566F6C756D6573220000095661726961626C65730100055374796C650100">

	<Datasets>

	<item DataSetName="Identificacao"/>

	<item DataSetName="Emitente"/>

	<item DataSetName="Destinatario"/>

	<item DataSetName="DadosProdutos"/>

	<item DataSetName="Parametros"/>

	<item DataSetName="Duplicatas"/>

	<item DataSetName="CalculoImposto"/>

	<item DataSetName="Transportador"/>

	<item DataSetName="Veiculo"/>

	<item DataSetName="Volumes"/>

	<item DataSetName="Eventos"/>

	<item DataSetName="ISSQN"/>

	<item DataSetName="Fatura"/>

	<item DataSetName="LocalRetirada"/>

	<item DataSetName="LocalEntrega"/>

	<item DataSetName="InformacoesAdicionais"/>

	<item DataSetName="Pagamento"/>

	<item DataSetName="Inutilizacao"/>

	</Datasets>

	<TfrxDataPage Name="Data" Height="1000" Left="0" Top="0" Width="1000"/>

	<TfrxReportPage Name="Page1" PaperWidth="210" PaperHeight="297" PaperSize="9" LeftMargin="5" RightMargin="5" TopMargin="7" BottomMargin="7" ColumnWidth="0" ColumnPositions.Text="" BackPictureVisible="False" LargeDesignHeight="True" HGuides.Text="" VGuides.Text="" OnBeforePrint="Page1OnBeforePrint">

	<TfrxMasterData Name="MasterData1" Height="11,33858268" Left="0" Top="865,51237" Width="755,906" ColumnWidth="0" ColumnGap="0" DataSetName="DadosProdutos" RowCount="0" Stretched="True">

	<TfrxMemoView Name="Memo131" Left="0" Top="0" Width="60,47248" Height="11,33858268" ShowHint="False" StretchMode="smMaxHeight" Font.Charset="1" Font.Color="0" Font.Height="-8" Font.Name="Times New Roman" Font.Style="0" Frame.Typ="3" Frame.Width="0,5" HAlign="haCenter" ParentFont="False" Text="[DadosProdutos."CProd"]"/>

	<TfrxMemoView Name="Memo132" Left="60,47248" Top="0" Width="222,99208937" Height="11,33858268" ShowHint="False" StretchMode="smMaxHeight" Font.Charset="1" Font.Color="0" Font.Height="-8" Font.Name="Times New Roman" Font.Style="0" Frame.Typ="3" Frame.Width="0,5" HAlign="haBlock" ParentFont="False" Text="[DadosProdutos."XProd"] [DadosProdutos."infAdProd"]"/>

	<TfrxMemoView Name="Memo133" Left="283,46453764" Top="0" Width="37,7953" Height="11,33858268" ShowHint="False" StretchMode="smMaxHeight" Font.Charset="1" Font.Color="0" Font.Height="-8" Font.Name="Times New Roman" Font.Style="0" Frame.Typ="3" Frame.Width="0,5" HAlign="haCenter" ParentFont="False" WordWrap="False" Text="[DadosProdutos."NCM"]"/>

	<TfrxMemoView Name="Memo134" Left="321,25981323" Top="0" Width="26,45669535" Height="11,3385826771654" ShowHint="False" StretchMode="smMaxHeight" Font.Charset="1" Font.Color="0" Font.Height="-8" Font.Name="Times New Roman" Font.Style="0" Frame.Typ="3" Frame.Width="0,5" HAlign="haCenter" ParentFont="False" WordWrap="False" Text="[DadosProdutos."ORIGEM"][DadosProdutos."CST"]"/>

	<TfrxMemoView Name="Memo135" Left="347,71650614" Top="0" Width="24,56692913" Height="11,3385826771654" ShowHint="False" StretchMode="smMaxHeight" Font.Charset="1" Font.Color="0" Font.Height="-8" Font.Name="Times New Roman" Font.Style="0" Frame.Typ="3" Frame.Width="0,5" HAlign="haCenter" ParentFont="False" WordWrap="False" Text="[DadosProdutos."CFOP"]"/>

	<TfrxMemoView Name="Memo136" Left="372,28349386" Top="0" Width="22,67718" Height="11,3385826771654" ShowHint="False" StretchMode="smMaxHeight" Font.Charset="1" Font.Color="0" Font.Height="-8" Font.Name="Times New Roman" Font.Style="0" Frame.Typ="3" Frame.Width="0,5" HAlign="haCenter" ParentFont="False" WordWrap="False" Text="[DadosProdutos."UCom"]"/>

	<TfrxMemoView Name="Memo137" Left="394,96065921" Top="0" Width="43,46457425" Height="11,3385826771654" ShowHint="False" StretchMode="smMaxHeight" DisplayFormat.FormatStr=",0.00##" DisplayFormat.Kind="fkNumeric" Font.Charset="1" Font.Color="0" Font.Height="-8" Font.Name="Times New Roman" Font.Style="0" Frame.Typ="3" Frame.Width="0,5" HAlign="haRight" ParentFont="False" WordWrap="False" Text="[DadosProdutos."QCom"]"/>

	<TfrxMemoView Name="Memo138" Left="438,42548" Top="0" Width="45,35436" Height="11,3385826771654" ShowHint="False" StretchMode="smMaxHeight" DisplayFormat.FormatStr=",0.00##" DisplayFormat.Kind="fkNumeric" Font.Charset="1" Font.Color="0" Font.Height="-8" Font.Name="Times New Roman" Font.Style="0" Frame.Typ="3" Frame.Width="0,5" HAlign="haRight" ParentFont="False" WordWrap="False" Text="[DadosProdutos."VUnTrib"]"/>

	<TfrxMemoView Name="Memo139" Left="483,77984" Top="0" Width="45,35436" Height="11,3385826771654" ShowHint="False" StretchMode="smMaxHeight" Font.Charset="1" Font.Color="0" Font.Height="-8" Font.Name="Times New Roman" Font.Style="0" Frame.Typ="3" Frame.Width="0,5" HAlign="haRight" ParentFont="False" WordWrap="False" Text="[DadosProdutos."vDesc"]"/>

	<TfrxMemoView Name="Memo140" Left="529,1342" Top="0" Width="45,35436" Height="11,3385826771654" ShowHint="False" StretchMode="smMaxHeight" DisplayFormat.FormatStr=",0.00##" DisplayFormat.Kind="fkNumeric" Font.Charset="1" Font.Color="0" Font.Height="-8" Font.Name="Times New Roman" Font.Style="0" Frame.Typ="3" Frame.Width="0,5" HAlign="haRight" ParentFont="False" WordWrap="False" Text="[DadosProdutos."VProd"]"/>

	<TfrxMemoView Name="Memo141" Left="574,48856" Top="0" Width="45,35436" Height="11,3385826771654" ShowHint="False" StretchMode="smMaxHeight" DisplayFormat.FormatStr=",0.00##" DisplayFormat.Kind="fkNumeric" Font.Charset="1" Font.Color="0" Font.Height="-8" Font.Name="Times New Roman" Font.Style="0" Frame.Typ="3" Frame.Width="0,5" HAlign="haRight" ParentFont="False" WordWrap="False" Text="[DadosProdutos."VBC"]"/>

	<TfrxMemoView Name="Memo142" Left="619,84292" Top="0" Width="45,35436" Height="11,3385826771654" ShowHint="False" StretchMode="smMaxHeight" DisplayFormat.FormatStr=",0.00##" DisplayFormat.Kind="fkNumeric" Font.Charset="1" Font.Color="0" Font.Height="-8" Font.Name="Times New Roman" Font.Style="0" Frame.Typ="3" Frame.Width="0,5" HAlign="haRight" ParentFont="False" WordWrap="False" Text="[DadosProdutos."VICMS"]"/>

	<TfrxMemoView Name="Memo143" Left="665,19728" Top="0" Width="45,35436" Height="11,33858268" ShowHint="False" StretchMode="smMaxHeight" DisplayFormat.FormatStr=",0.00##" DisplayFormat.Kind="fkNumeric" Font.Charset="1" Font.Color="0" Font.Height="-8" Font.Name="Times New Roman" Font.Style="0" Frame.Typ="3" Frame.Width="0,5" HAlign="haRight" ParentFont="False" WordWrap="False" Text="[DadosProdutos."VIPI"]"/>

	<TfrxMemoView Name="Memo144" Left="710,55164" Top="0" Width="22,67718" Height="11,33858268" ShowHint="False" StretchMode="smMaxHeight" DisplayFormat.FormatStr=",0.00##" DisplayFormat.Kind="fkNumeric" Font.Charset="1" Font.Color="0" Font.Height="-8" Font.Name="Times New Roman" Font.Style="0" Frame.Typ="3" Frame.Width="0,5" HAlign="haRight" ParentFont="False" WordWrap="False" Text="[DadosProdutos."PICMS"]"/>

	<TfrxMemoView Name="Memo145" Left="733,22882" Top="0" Width="22,67718" Height="11,33858268" ShowHint="False" StretchMode="smMaxHeight" DisplayFormat.FormatStr=",0.00##" DisplayFormat.Kind="fkNumeric" Font.Charset="1" Font.Color="0" Font.Height="-8" Font.Name="Times New Roman" Font.Style="0" Frame.Typ="3" Frame.Width="0,5" HAlign="haRight" ParentFont="False" WordWrap="False" Text="[DadosProdutos."PIPI"]"/>

	</TfrxMasterData>

	<TfrxReportTitle Name="ReportTitle1" Height="79,37013" Left="0" Top="18,89765" Width="755,906">

	<TfrxMemoView Name="Memo2" Left="0" Top="0" Width="642,5201" Height="37,7953" ShowHint="False" Font.Charset="1" Font.Color="0" Font.Height="-8" Font.Name="Times New Roman" Font.Style="0" Frame.Typ="15" Frame.Width="0,5" GapY="2" HAlign="haBlock" ParentFont="False" WordWrap="False" Text="Recebemos de [Emitente."XNome"] os produtos e/ou serviços constantes da Nota Fiscal Eletrônica indicada ao lado. 
Destinatário: [Destinatario."Xnome"] - [Destinatario."XLgr"], [Destinatario."Nro"] - [Destinatario."XBairro"] - [Destinatario."XMun"] - [Destinatario."UF"].
Emissão: [Identificacao."DEmi"] Valor Total: R$ [CalculoImposto."VNF" #n%2,2n]"/>

	<TfrxMemoView Name="Memo3" Left="143,62214" Top="37,7953" Width="498,89796" Height="30,23624" ShowHint="False" Font.Charset="1" Font.Color="0" Font.Height="-5" Font.Name="Arial" Font.Style="0" Frame.Typ="15" Frame.Width="0,5" GapY="2" ParentFont="False" Text="IDENTIFICAÇÃO E ASSINATURA DO RECEBEDOR"/>

	<TfrxMemoView Name="Memo4" Left="0" Top="37,7953" Width="143,62214" Height="30,23624" ShowHint="False" Font.Charset="1" Font.Color="0" Font.Height="-5" Font.Name="Arial" Font.Style="0" Frame.Typ="15" Frame.Width="0,5" GapY="2" ParentFont="False" Text="DATA DO RECEBIMENTO"/>

	<TfrxLineView Name="Line1" Align="baWidth" Left="0" Top="73,81107" Width="755,906" Height="0" ShowHint="False" Frame.Style="fsDot" Frame.Typ="4" Frame.Width="0,5"/>

	<TfrxMemoView Name="Memo17" Left="642,5201" Top="0" Width="113,38580236" Height="68,03154" ShowHint="False" Font.Charset="1" Font.Color="0" Font.Height="-16" Font.Name="Arial" Font.Style="1" Frame.Typ="15" Frame.Width="0,5" GapY="2" HAlign="haCenter" ParentFont="False" Text="NF-e"/>

	<TfrxMemoView Name="Memo18" Left="642,5201" Top="25,45671" Width="113,3859" Height="37,7953" ShowHint="False" Font.Charset="1" Font.Color="0" Font.Height="-13" Font.Name="Times New Roman" Font.Style="1" Frame.Width="0,5" HAlign="haCenter" LineSpacing="6" ParentFont="False" WordWrap="False" Text="Nº [Identificacao."NNF"]
Série [Identificacao."Serie" #n#000]"/>

	</TfrxReportTitle>

	<TfrxPageHeader Name="PageHeader1" Height="173,85836291" Left="0" Top="120,94496" Width="755,906" OnBeforePrint="PageHeader1OnBeforePrint">

	<TfrxMemoView Name="Memo1" Left="445,98454" Top="0" Width="309,92146" Height="60,47248" ShowHint="False" Font.Charset="1" Font.Color="0" Font.Height="-7" Font.Name="Arial" Font.Style="0" Frame.Typ="15" Frame.Width="0,5" GapY="2" ParentFont="False" Text=""/>

	<TfrxBarCodeView Name="BarCode1" Left="462,23623756" Top="7,55906" Width="79" Height="45,35433071" ShowHint="False" BarType="bcCode128C" Expression="<Identificacao."ID">" Rotation="0" ShowText="False" Text="12345678" WideBarRatio="2" Zoom="1" Font.Charset="1" Font.Color="0" Font.Height="-12" Font.Name="Arial" Font.Style="0"/>

	<TfrxMemoView Name="Memo6" Left="445,98454" Top="60,47248" Width="309,92146" Height="30,23624" ShowHint="False" Font.Charset="1" Font.Color="0" Font.Height="-5" Font.Name="Arial" Font.Style="0" Frame.Typ="15" Frame.Width="0,5" GapY="2" ParentFont="False" Text="CHAVE DE ACESSO"/>

	<TfrxMemoView Name="Memo7" Left="445,98454" Top="90,70872" Width="309,92146" Height="30,23624" ShowHint="False" Font.Charset="1" Font.Color="0" Font.Height="-8" Font.Name="Arial" Font.Style="0" Frame.Typ="15" Frame.Width="0,5" GapY="2" HAlign="haCenter" ParentFont="False" VAlign="vaCenter" Text="Consulta de autenticidade no portal da NF-e
www.nfe.fazenda.gov.br/portal ou no site da SEFAZ Autenticadora"/>

	<TfrxMemoView Name="Memo8" Left="445,98454" Top="70,81107" Width="309,92146" Height="18,89765" ShowHint="False" Font.Charset="1" Font.Color="0" Font.Height="-12" Font.Name="Times New Roman" Font.Style="1" Frame.Width="0,5" HAlign="haCenter" ParentFont="False" Text="[Identificacao."Chave"]"/>

	<TfrxMemoView Name="Memo9" Left="351,49629" Top="0" Width="94,48816457" Height="120,94496" ShowHint="False" Font.Charset="1" Font.Color="0" Font.Height="-16" Font.Name="Arial" Font.Style="1" Frame.Typ="15" Frame.Width="0,5" GapY="2" HAlign="haCenter" ParentFont="False" Text="DANFE"/>

	<TfrxMemoView Name="Memo10" Left="128,50402" Top="8,33859" Width="219,21274" Height="37,7953" ShowHint="False" Font.Charset="1" Font.Color="0" Font.Height="-13" Font.Name="Arial" Font.Style="1" Frame.Width="0,5" HAlign="haCenter" ParentFont="False" VAlign="vaCenter" Text="[Emitente."XNome"]"/>

	<TfrxMemoView Name="Memo11" Left="128,50402" Top="47,57483" Width="219,21274" Height="62,36222181" OnBeforePrint="Memo11OnBeforePrint" ShowHint="False" Font.Charset="1" Font.Color="0" Font.Height="-8" Font.Name="Arial" Font.Style="0" Frame.Width="0,5" HAlign="haCenter" LineSpacing="4" ParentFont="False" VAlign="vaCenter" Text="[DADOS_ENDERECO]"/>

	<TfrxMemoView Name="Memo12" Left="351,49629" Top="20,89765" Width="94,48825" Height="18,89765" ShowHint="False" Font.Charset="1" Font.Color="0" Font.Height="-7" Font.Name="Arial" Font.Style="1" Frame.Width="0,5" HAlign="haCenter" ParentFont="False" Text="Documento Auxiliar da 
Nota Fiscal Eletrônica"/>

	<TfrxMemoView Name="Memo13" Left="351,49629" Top="70,81107" Width="94,48825" Height="49,13389" ShowHint="False" Font.Charset="1" Font.Color="0" Font.Height="-13" Font.Name="Times New Roman" Font.Style="1" Frame.Width="0,5" HAlign="haCenter" ParentFont="False" WordWrap="False" Text="Nº [Identificacao."NNF"]
Série [Identificacao."Serie" #n#000]
Folha [Page]/[TotalPages#]"/>

	<TfrxMemoView Name="Memo15" Left="359,83488" Top="46,35436" Width="49,13389" Height="18,89765" ShowHint="False" Font.Charset="1" Font.Color="0" Font.Height="-7" Font.Name="Arial" Font.Style="1" Frame.Width="0,5" ParentFont="False" VAlign="vaCenter" Text="0 - ENTRADA
1 - SAÍDA"/>

	<TfrxMemoView Name="Memo16" Left="416,7483" Top="46,35436" Width="18,89765" Height="18,89765" ShowHint="False" Font.Charset="1" Font.Color="0" Font.Height="-12" Font.Name="Arial" Font.Style="1" Frame.Typ="15" Frame.Width="0,5" HAlign="haCenter" ParentFont="False" WordWrap="False" VAlign="vaCenter" Text="[Identificacao."TpNF"]"/>

	<TfrxMemoView Name="Memo19" Left="0" Top="120,94496" Width="445,98454" Height="26,45669291" ShowHint="False" Font.Charset="1" Font.Color="0" Font.Height="-5" Font.Name="Arial" Font.Style="0" Frame.Typ="15" Frame.Width="0,5" GapY="2" ParentFont="False" Text="NATUREZA DA OPERAÇÃO"/>

	<TfrxMemoView Name="Memo20" Left="0" Top="130,39370079" Width="442,20501" Height="13,22834402" ShowHint="False" Font.Charset="1" Font.Color="0" Font.Height="-11" Font.Name="Times New Roman" Font.Style="0" Frame.Width="0,5" GapX="5" ParentFont="False" Text="[Identificacao."NatOp"]"/>

	<TfrxMemoView Name="Memo21" Left="445,98454" Top="120,94496" Width="309,92146" Height="26,45669291" ShowHint="False" Font.Charset="1" Font.Color="0" Font.Height="-5" Font.Name="Arial" Font.Style="0" Frame.Typ="15" Frame.Width="0,5" GapY="2" ParentFont="False" Text="[Parametros."Contingencia_Descricao"]"/>

	<TfrxMemoView Name="Memo22" Left="445,98454" Top="129,39370079" Width="309,92146" Height="17,00787402" ShowHint="False" Font.Charset="1" Font.Color="0" Font.Height="-11" Font.Name="Times New Roman" Font.Style="1" Frame.Width="0,5" HAlign="haCenter" ParentFont="False" Text="[Parametros."Contingencia_Valor"]"/>

	<TfrxMemoView Name="Memo23" Left="0" Top="147,40167" Width="253,22851" Height="26,45669291" ShowHint="False" Font.Charset="1" Font.Color="0" Font.Height="-5" Font.Name="Arial" Font.Style="0" Frame.Typ="15" Frame.Width="0,5" GapY="2" ParentFont="False" Text="INSCRIÇÃO ESTADUAL"/>

	<TfrxMemoView Name="Memo24" Left="0" Top="156,85041079" Width="253,22851" Height="17,00787402" ShowHint="False" Font.Charset="1" Font.Color="0" Font.Height="-11" Font.Name="Times New Roman" Font.Style="0" Frame.Width="0,5" GapX="5" ParentFont="False" Text="[Emitente."IE"]"/>

	<TfrxMemoView Name="Memo25" Left="253,22851" Top="147,40167" Width="253,22851" Height="26,45669291" ShowHint="False" Font.Charset="1" Font.Color="0" Font.Height="-5" Font.Name="Arial" Font.Style="0" Frame.Typ="15" Frame.Width="0,5" GapY="2" ParentFont="False" Text="INSCRIÇÃO ESTADUAL DO SUBSTITUTO TRIBUTÁRIO"/>

	<TfrxMemoView Name="Memo26" Left="253,22851" Top="156,85041079" Width="253,22851" Height="17,00787402" ShowHint="False" Font.Charset="1" Font.Color="0" Font.Height="-11" Font.Name="Times New Roman" Font.Style="0" Frame.Width="0,5" GapX="5" ParentFont="False" Text="[Emitente."IEST"]"/>

	<TfrxMemoView Name="Memo27" Left="506,45702" Top="147,40167" Width="249,44898" Height="26,45669291" ShowHint="False" Font.Charset="1" Font.Color="0" Font.Height="-5" Font.Name="Arial" Font.Style="0" Frame.Typ="15" Frame.Width="0,5" GapY="2" ParentFont="False" Text="CNPJ"/>

	<TfrxMemoView Name="Memo28" Left="506,45702" Top="156,85041079" Width="249,44898" Height="17,00787402" ShowHint="False" Font.Charset="1" Font.Color="0" Font.Height="-11" Font.Name="Times New Roman" Font.Style="0" Frame.Width="0,5" GapX="5" ParentFont="False" Text="[Emitente."CNPJ"]"/>

	<TfrxPictureView Name="imgLogomarca" Left="0" Top="5,11812" Width="124,72449" Height="105,82684" ShowHint="False" Center="True" HightQuality="False" Transparent="False" TransparentColor="16777215"/>

	</TfrxPageHeader>

	<TfrxPageFooter Name="PageFooter1" Height="9,44881646" Left="0" Top="1288,81973" Width="755,906">

	<TfrxMemoView Name="Memo150" Left="0" Top="0" Width="359,05535" Height="9,44881646" ShowHint="False" Font.Charset="1" Font.Color="0" Font.Height="-7" Font.Name="Arial" Font.Style="0" Frame.Width="0,5" ParentFont="False" Text="DATA E HORA DA IMPRESSÃO: [Date #ddd/mm/yyyy] [Time #dhh:mm:ss] [Parametros."Usuario"]"/>

	<TfrxMemoView Name="Memo151" Left="396,85065" Top="0" Width="359,05535" Height="9,44881646" ShowHint="False" Font.Charset="1" Font.Color="0" Font.Height="-7" Font.Name="Arial" Font.Style="0" Frame.Width="0,5" HAlign="haRight" ParentFont="False" Text="[Parametros."Sistema"]"/>

	</TfrxPageFooter>

	<TfrxFooter Name="Footer1" Height="0" Left="0" Top="960,00062" Visible="False" Width="755,906" OnBeforePrint="Footer1OnBeforePrint" Child="Child1"/>

	<TfrxChild Name="Child1" Height="3,77952756" Left="0" Top="982,6778" Width="755,906">

	<TfrxMemoView Name="Memo161" Left="0" Top="0" Width="60,47248" Height="3,77952756" ShowHint="False" StretchMode="smActualHeight" Font.Charset="1" Font.Color="0" Font.Height="-9" Font.Name="Times New Roman" Font.Style="0" Frame.Typ="3" Frame.Width="0,5" GapY="2" HAlign="haCenter" ParentFont="False" Text=""/>

	<TfrxMemoView Name="Memo162" Left="60,47248" Top="0" Width="222,99227" Height="3,77952756" ShowHint="False" StretchMode="smActualHeight" Font.Charset="1" Font.Color="0" Font.Height="-9" Font.Name="Times New Roman" Font.Style="0" Frame.Typ="3" Frame.Width="0,5" GapY="2" ParentFont="False" Text=""/>

	<TfrxMemoView Name="Memo163" Left="283,46475" Top="0" Width="37,7953" Height="3,77952756" ShowHint="False" StretchMode="smActualHeight" Font.Charset="1" Font.Color="0" Font.Height="-9" Font.Name="Times New Roman" Font.Style="0" Frame.Typ="3" Frame.Width="0,5" GapY="2" HAlign="haCenter" ParentFont="False" Text=""/>

	<TfrxMemoView Name="Memo164" Left="321,26005" Top="0" Width="26,45669535" Height="3,77952756" ShowHint="False" StretchMode="smActualHeight" Font.Charset="1" Font.Color="0" Font.Height="-9" Font.Name="Times New Roman" Font.Style="0" Frame.Typ="3" Frame.Width="0,5" GapY="2" HAlign="haCenter" ParentFont="False" Text=""/>

	<TfrxMemoView Name="Memo165" Left="347,71656472" Top="0" Width="24,56692913" Height="3,77952756" ShowHint="False" StretchMode="smActualHeight" Font.Charset="1" Font.Color="0" Font.Height="-9" Font.Name="Times New Roman" Font.Style="0" Frame.Typ="3" Frame.Width="0,5" GapY="2" HAlign="haCenter" ParentFont="False" Text=""/>

	<TfrxMemoView Name="Memo166" Left="372,28349386" Top="0" Width="22,67718" Height="3,77952756" ShowHint="False" StretchMode="smActualHeight" Font.Charset="1" Font.Color="0" Font.Height="-9" Font.Name="Times New Roman" Font.Style="0" Frame.Typ="3" Frame.Width="0,5" GapY="2" HAlign="haCenter" HideZeros="True" ParentFont="False" Text=""/>

	<TfrxMemoView Name="Memo167" Left="394,96065921" Top="0" Width="43,46457425" Height="3,77952756" ShowHint="False" StretchMode="smActualHeight" DisplayFormat.FormatStr=",0.00##" DisplayFormat.Kind="fkNumeric" Font.Charset="1" Font.Color="0" Font.Height="-9" Font.Name="Times New Roman" Font.Style="0" Frame.Typ="3" Frame.Width="0,5" GapY="2" HAlign="haRight" HideZeros="True" ParentFont="False" Text=""/>

	<TfrxMemoView Name="Memo168" Left="438,42548" Top="0" Width="45,35436" Height="3,77952756" ShowHint="False" StretchMode="smActualHeight" DisplayFormat.FormatStr=",0.00##" DisplayFormat.Kind="fkNumeric" Font.Charset="1" Font.Color="0" Font.Height="-9" Font.Name="Times New Roman" Font.Style="0" Frame.Typ="3" Frame.Width="0,5" GapY="2" HAlign="haRight" HideZeros="True" ParentFont="False" Text=""/>

	<TfrxMemoView Name="Memo169" Left="483,77984" Top="0" Width="45,35436" Height="3,77952756" ShowHint="False" StretchMode="smActualHeight" Font.Charset="1" Font.Color="0" Font.Height="-9" Font.Name="Times New Roman" Font.Style="0" Frame.Typ="3" Frame.Width="0,5" GapY="2" HAlign="haCenter" HideZeros="True" ParentFont="False" Text=""/>

	<TfrxMemoView Name="Memo170" Left="529,1342" Top="0" Width="45,35436" Height="3,77952756" ShowHint="False" StretchMode="smActualHeight" DisplayFormat.FormatStr=",0.00##" DisplayFormat.Kind="fkNumeric" Font.Charset="1" Font.Color="0" Font.Height="-9" Font.Name="Times New Roman" Font.Style="0" Frame.Typ="3" Frame.Width="0,5" GapY="2" HAlign="haRight" HideZeros="True" ParentFont="False" Text=""/>

	<TfrxMemoView Name="Memo171" Left="574,48856" Top="0" Width="45,35436" Height="3,77952756" ShowHint="False" StretchMode="smActualHeight" DisplayFormat.FormatStr=",0.00##" DisplayFormat.Kind="fkNumeric" Font.Charset="1" Font.Color="0" Font.Height="-9" Font.Name="Times New Roman" Font.Style="0" Frame.Typ="3" Frame.Width="0,5" GapY="2" HAlign="haRight" HideZeros="True" ParentFont="False" Text=""/>

	<TfrxMemoView Name="Memo172" Left="619,84292" Top="0" Width="45,35436" Height="3,77952756" ShowHint="False" StretchMode="smActualHeight" DisplayFormat.FormatStr=",0.00##" DisplayFormat.Kind="fkNumeric" Font.Charset="1" Font.Color="0" Font.Height="-9" Font.Name="Times New Roman" Font.Style="0" Frame.Typ="3" Frame.Width="0,5" GapY="2" HAlign="haRight" HideZeros="True" ParentFont="False" Text=""/>

	<TfrxMemoView Name="Memo173" Left="665,19728" Top="0" Width="45,35436" Height="3,77952756" ShowHint="False" StretchMode="smActualHeight" DisplayFormat.FormatStr=",0.00##" DisplayFormat.Kind="fkNumeric" Font.Charset="1" Font.Color="0" Font.Height="-9" Font.Name="Times New Roman" Font.Style="0" Frame.Typ="3" Frame.Width="0,5" GapY="2" HAlign="haRight" HideZeros="True" ParentFont="False" Text=""/>

	<TfrxMemoView Name="Memo174" Left="710,55164" Top="0" Width="22,67718" Height="3,77952756" ShowHint="False" StretchMode="smActualHeight" DisplayFormat.FormatStr=",0.00##" DisplayFormat.Kind="fkNumeric" Font.Charset="1" Font.Color="0" Font.Height="-9" Font.Name="Times New Roman" Font.Style="0" Frame.Typ="3" Frame.Width="0,5" GapY="2" HAlign="haRight" HideZeros="True" ParentFont="False" Text=""/>

	<TfrxMemoView Name="Memo175" Left="733,22882" Top="0" Width="22,67718" Height="3,77952756" ShowHint="False" StretchMode="smActualHeight" DisplayFormat.FormatStr=",0.00##" DisplayFormat.Kind="fkNumeric" Font.Charset="1" Font.Color="0" Font.Height="-9" Font.Name="Times New Roman" Font.Style="0" Frame.Typ="3" Frame.Width="0,5" GapY="2" HAlign="haRight" HideZeros="True" ParentFont="False" Text=""/>

	</TfrxChild>

	<TfrxChild Name="Child3" Height="35,7953" Left="0" Top="536,69326" Width="755,906" OnBeforePrint="Child3OnBeforePrint" Stretched="True">

	<TfrxSubreport Name="Subreport1" Left="0,77953" Top="16,89765" Width="94,48825" Height="18,89765" ShowHint="False" Page="Page2"/>

	<TfrxMemoView Name="Memo55" Left="0" Top="0" Width="430,86642" Height="13,22834402" ShowHint="False" Font.Charset="1" Font.Color="0" Font.Height="-9" Font.Name="Arial" Font.Style="1" Frame.Width="0,5" GapX="0" ParentFont="False" Text="DUPLICATAS"/>

	</TfrxChild>

	<TfrxMasterData Name="MasterData3" Height="96,26776291" Left="0" Top="415,7483" Width="755,906" Child="Child3" ColumnWidth="0" ColumnGap="0" DataSetName="Identificacao" RowCount="0">

	<TfrxMemoView Name="Memo29" Left="0" Top="16,89765" Width="468,66172" Height="26,45669291" ShowHint="False" Font.Charset="1" Font.Color="0" Font.Height="-5" Font.Name="Arial" Font.Style="0" Frame.Typ="15" Frame.Width="0,5" GapY="2" ParentFont="False" Text="NOME / RAZÃO SOCIAL"/>

	<TfrxMemoView Name="Memo30" Left="0" Top="26,34639079" Width="464,88219" Height="17,00787402" ShowHint="False" Font.Charset="1" Font.Color="0" Font.Height="-11" Font.Name="Times New Roman" Font.Style="0" Frame.Width="0,5" GapX="5" ParentFont="False" WordWrap="False" Text="[Destinatario."XNome"]"/>

	<TfrxMemoView Name="Memo31" Left="631,18151" Top="16,89765" Width="124,72449" Height="26,45669291" ShowHint="False" Font.Charset="1" Font.Color="0" Font.Height="-5" Font.Name="Arial" Font.Style="0" Frame.Typ="15" Frame.Width="0,5" GapY="2" ParentFont="False" Text="DATA DA EMISSÃO"/>

	<TfrxMemoView Name="Memo32" Left="631,18151" Top="26,34639079" Width="124,72449" Height="17,00787402" ShowHint="False" Font.Charset="1" Font.Color="0" Font.Height="-11" Font.Name="Times New Roman" Font.Style="0" Frame.Width="0,5" GapX="5" HAlign="haCenter" ParentFont="False" WordWrap="False" Text="[Identificacao."DEmi"]"/>

	<TfrxMemoView Name="Memo33" Left="631,18151" Top="43,35436" Width="124,72449" Height="26,45669291" ShowHint="False" Font.Charset="1" Font.Color="0" Font.Height="-5" Font.Name="Arial" Font.Style="0" Frame.Typ="15" Frame.Width="0,5" GapY="2" ParentFont="False" Text="DATA DA SAÍDA"/>

	<TfrxMemoView Name="Memo34" Left="631,18151" Top="52,80310079" Width="124,72449" Height="17,00787402" ShowHint="False" Font.Charset="1" Font.Color="0" Font.Height="-11" Font.Name="Times New Roman" Font.Style="0" Frame.Width="0,5" GapX="5" HAlign="haCenter" ParentFont="False" WordWrap="False" Text="[Identificacao."DSaiEnt"]"/>

	<TfrxMemoView Name="Memo35" Left="631,18151" Top="69,81107" Width="124,72449" Height="26,45669291" ShowHint="False" Font.Charset="1" Font.Color="0" Font.Height="-5" Font.Name="Arial" Font.Style="0" Frame.Typ="15" Frame.Width="0,5" GapY="2" ParentFont="False" Text="HORA DA SAÍDA"/>

	<TfrxMemoView Name="Memo36" Left="631,18151" Top="79,25981079" Width="124,72449" Height="17,00787402" ShowHint="False" Font.Charset="1" Font.Color="0" Font.Height="-11" Font.Name="Times New Roman" Font.Style="0" Frame.Width="0,5" GapX="5" HAlign="haCenter" ParentFont="False" WordWrap="False" Text="[Identificacao."HoraSaida"]"/>

	<TfrxMemoView Name="Memo37" Left="468,66172" Top="16,89765" Width="162,51979" Height="26,45669291" ShowHint="False" Font.Charset="1" Font.Color="0" Font.Height="-5" Font.Name="Arial" Font.Style="0" Frame.Typ="15" Frame.Width="0,5" GapY="2" ParentFont="False" Text="CNPJ / CPF"/>

	<TfrxMemoView Name="Memo38" Left="468,66172" Top="26,34639079" Width="162,51979" Height="17,00787402" ShowHint="False" Font.Charset="1" Font.Color="0" Font.Height="-11" Font.Name="Times New Roman" Font.Style="0" Frame.Width="0,5" GapX="5" ParentFont="False" WordWrap="False" Text="[Destinatario."CNPJCPF"]"/>

	<TfrxMemoView Name="Memo39" Left="555,59091" Top="43,35436" Width="75,5906" Height="26,45669291" ShowHint="False" Font.Charset="1" Font.Color="0" Font.Height="-5" Font.Name="Arial" Font.Style="0" Frame.Typ="15" Frame.Width="0,5" GapY="2" ParentFont="False" Text="CEP"/>

	<TfrxMemoView Name="Memo40" Left="555,59091" Top="52,80310079" Width="75,5906" Height="17,00787402" ShowHint="False" Font.Charset="1" Font.Color="0" Font.Height="-11" Font.Name="Times New Roman" Font.Style="0" Frame.Width="0,5" GapX="5" ParentFont="False" WordWrap="False" Text="[Destinatario."CEP"]"/>

	<TfrxMemoView Name="Memo41" Left="385,51206" Top="43,35436" Width="170,07885" Height="26,45669291" ShowHint="False" Font.Charset="1" Font.Color="0" Font.Height="-5" Font.Name="Arial" Font.Style="0" Frame.Typ="15" Frame.Width="0,5" GapY="2" ParentFont="False" Text="BAIRRO / DISTRITO"/>

	<TfrxMemoView Name="Memo42" Left="385,51206" Top="52,80310079" Width="170,07885" Height="17,00787402" ShowHint="False" Font.Charset="1" Font.Color="0" Font.Height="-11" Font.Name="Times New Roman" Font.Style="0" Frame.Width="0,5" GapX="5" ParentFont="False" WordWrap="False" Text="[Destinatario."XBairro"]"/>

	<TfrxMemoView Name="Memo43" Left="0" Top="43,35436" Width="385,51206" Height="26,45669291" ShowHint="False" Font.Charset="1" Font.Color="0" Font.Height="-5" Font.Name="Arial" Font.Style="0" Frame.Typ="15" Frame.Width="0,5" GapY="2" ParentFont="False" Text="ENDEREÇO"/>

	<TfrxMemoView Name="Memo44" Left="0" Top="52,80310079" Width="381,73253" Height="17,00787402" ShowHint="False" Font.Charset="1" Font.Color="0" Font.Height="-11" Font.Name="Times New Roman" Font.Style="0" Frame.Width="0,5" GapX="5" ParentFont="False" WordWrap="False" Text="[Destinatario."XLgr"], [Destinatario."Nro"] [Destinatario."XCpl"]"/>

	<TfrxMemoView Name="Memo45" Left="0" Top="69,81107" Width="355,27582" Height="26,45669291" ShowHint="False" Font.Charset="1" Font.Color="0" Font.Height="-5" Font.Name="Arial" Font.Style="0" Frame.Typ="15" Frame.Width="0,5" GapY="2" ParentFont="False" Text="MUNICÍPIO"/>

	<TfrxMemoView Name="Memo46" Left="0" Top="79,25981079" Width="351,49629" Height="17,00787402" ShowHint="False" Font.Charset="1" Font.Color="0" Font.Height="-11" Font.Name="Times New Roman" Font.Style="0" Frame.Width="0,5" GapX="5" ParentFont="False" WordWrap="False" Text="[Destinatario."XMun"]"/>

	<TfrxMemoView Name="Memo47" Left="355,27582" Top="69,81107" Width="30,23624" Height="26,45669291" ShowHint="False" Font.Charset="1" Font.Color="0" Font.Height="-5" Font.Name="Arial" Font.Style="0" Frame.Typ="15" Frame.Width="0,5" GapY="2" ParentFont="False" Text="UF"/>

	<TfrxMemoView Name="Memo48" Left="355,27582" Top="79,25981079" Width="30,23624" Height="17,00787402" ShowHint="False" Font.Charset="1" Font.Color="0" Font.Height="-11" Font.Name="Times New Roman" Font.Style="0" Frame.Width="0,5" GapX="5" HAlign="haCenter" ParentFont="False" WordWrap="False" Text="[Destinatario."UF"]"/>

	<TfrxMemoView Name="Memo49" Left="385,51206" Top="69,81107" Width="113,3859" Height="26,45669291" ShowHint="False" Font.Charset="1" Font.Color="0" Font.Height="-5" Font.Name="Arial" Font.Style="0" Frame.Typ="15" Frame.Width="0,5" GapY="2" ParentFont="False" Text="TELEFONE / FAX"/>

	<TfrxMemoView Name="Memo50" Left="385,51206" Top="79,25981079" Width="113,3859" Height="17,00787402" ShowHint="False" Font.Charset="1" Font.Color="0" Font.Height="-11" Font.Name="Times New Roman" Font.Style="0" Frame.Width="0,5" GapX="5" ParentFont="False" WordWrap="False" Text="[Destinatario."Fone"]"/>

	<TfrxMemoView Name="Memo51" Left="498,89796" Top="69,81107" Width="132,28355" Height="26,45669291" ShowHint="False" Font.Charset="1" Font.Color="0" Font.Height="-5" Font.Name="Arial" Font.Style="0" Frame.Typ="15" Frame.Width="0,5" GapY="2" ParentFont="False" Text="INSCRIÇÃO ESTADUAL"/>

	<TfrxMemoView Name="Memo52" Left="498,89796" Top="79,25981079" Width="132,28355" Height="17,00787402" ShowHint="False" Font.Charset="1" Font.Color="0" Font.Height="-11" Font.Name="Times New Roman" Font.Style="0" Frame.Width="0,5" GapX="5" ParentFont="False" WordWrap="False" Text="[Destinatario."IE"]"/>

	<TfrxMemoView Name="Memo53" Left="0" Top="3,77953000000002" Width="430,86642" Height="13,22834402" ShowHint="False" Font.Charset="1" Font.Color="0" Font.Height="-9" Font.Name="Arial" Font.Style="1" Frame.Width="0,5" GapX="0" ParentFont="False" Text="DESTINATÁRIO / REMETENTE"/>

	</TfrxMasterData>

	<TfrxHeader Name="Header1" Height="162,51977291" Left="0" Top="597,16574" Width="755,906" OnBeforePrint="Header1OnBeforePrint">

	<TfrxMemoView Name="Memo58" Left="0" Top="2,77953000000002" Width="430,86642" Height="13,22834402" ShowHint="False" Font.Charset="1" Font.Color="0" Font.Height="-9" Font.Name="Arial" Font.Style="1" Frame.Width="0,5" GapX="0" ParentFont="False" Text="CÁLCULO DO IMPOSTO"/>

	<TfrxMemoView Name="Memo59" Left="0" Top="15,11812" Width="143,62214" Height="26,45669291" ShowHint="False" Font.Charset="1" Font.Color="0" Font.Height="-5" Font.Name="Arial" Font.Style="0" Frame.Typ="15" Frame.Width="0,5" GapY="2" ParentFont="False" Text="BASE DE CÁLCULO DO ICMS"/>

	<TfrxMemoView Name="Memo60" Left="0" Top="24,56686079" Width="143,62214" Height="17,00787402" ShowHint="False" DisplayFormat.FormatStr="%2.2n" DisplayFormat.Kind="fkNumeric" Font.Charset="1" Font.Color="0" Font.Height="-11" Font.Name="Times New Roman" Font.Style="0" Frame.Width="0,5" GapX="5" HAlign="haRight" ParentFont="False" WordWrap="False" Text="[CalculoImposto."VBC"]"/>

	<TfrxMemoView Name="Memo61" Left="143,62214" Top="15,11812" Width="143,62214" Height="26,45669291" ShowHint="False" Font.Charset="1" Font.Color="0" Font.Height="-5" Font.Name="Arial" Font.Style="0" Frame.Typ="15" Frame.Width="0,5" GapY="2" ParentFont="False" Text="VALOR DO ICMS"/>

	<TfrxMemoView Name="Memo62" Left="143,62214" Top="24,56686079" Width="143,62214" Height="17,00787402" ShowHint="False" DisplayFormat.FormatStr="%2.2n" DisplayFormat.Kind="fkNumeric" Font.Charset="1" Font.Color="0" Font.Height="-11" Font.Name="Times New Roman" Font.Style="0" Frame.Width="0,5" GapX="5" HAlign="haRight" ParentFont="False" WordWrap="False" Text="[CalculoImposto."VICMS"]"/>

	<TfrxMemoView Name="Memo63" Left="287,24428" Top="15,11812" Width="143,62214" Height="26,45669291" ShowHint="False" Font.Charset="1" Font.Color="0" Font.Height="-5" Font.Name="Arial" Font.Style="0" Frame.Typ="15" Frame.Width="0,5" GapY="2" ParentFont="False" Text="BASE DE CÁLCULO DO ICMS SUBSTITUIÇÃO"/>

	<TfrxMemoView Name="Memo64" Left="287,24428" Top="24,56686079" Width="143,62214" Height="17,00787402" ShowHint="False" DisplayFormat.FormatStr="%2.2n" DisplayFormat.Kind="fkNumeric" Font.Charset="1" Font.Color="0" Font.Height="-11" Font.Name="Times New Roman" Font.Style="0" Frame.Width="0,5" GapX="5" HAlign="haRight" ParentFont="False" WordWrap="False" Text="[CalculoImposto."VBCST"]"/>

	<TfrxMemoView Name="Memo65" Left="430,86642" Top="15,11812" Width="143,62214" Height="26,45669291" ShowHint="False" Font.Charset="1" Font.Color="0" Font.Height="-5" Font.Name="Arial" Font.Style="0" Frame.Typ="15" Frame.Width="0,5" GapY="2" ParentFont="False" Text="VALOR DO ICMS SUBSTITUIÇÃO"/>

	<TfrxMemoView Name="Memo66" Left="430,86642" Top="24,56686079" Width="143,62214" Height="17,00787402" ShowHint="False" DisplayFormat.FormatStr="%2.2n" DisplayFormat.Kind="fkNumeric" Font.Charset="1" Font.Color="0" Font.Height="-11" Font.Name="Times New Roman" Font.Style="0" Frame.Width="0,5" GapX="5" HAlign="haRight" ParentFont="False" WordWrap="False" Text="[CalculoImposto."VST"]"/>

	<TfrxMemoView Name="Memo67" Left="574,48856" Top="15,11812" Width="181,41744" Height="26,45669291" ShowHint="False" Font.Charset="1" Font.Color="0" Font.Height="-5" Font.Name="Arial" Font.Style="0" Frame.Typ="15" Frame.Width="0,5" GapY="2" ParentFont="False" Text="VALOR TOTAL DOS PRODUTOS"/>

	<TfrxMemoView Name="Memo68" Left="574,48856" Top="23,56686079" Width="181,41744" Height="17,00787402" ShowHint="False" DisplayFormat.FormatStr="%2.2n" DisplayFormat.Kind="fkNumeric" Font.Charset="1" Font.Color="0" Font.Height="-13" Font.Name="Times New Roman" Font.Style="0" Frame.Width="0,5" GapX="5" HAlign="haRight" ParentFont="False" WordWrap="False" Text="[CalculoImposto."VProd"]"/>

	<TfrxMemoView Name="Memo69" Left="459,590848" Top="41,57483" Width="114,897712" Height="26,45669291" ShowHint="False" Font.Charset="1" Font.Color="0" Font.Height="-5" Font.Name="Arial" Font.Style="0" Frame.Typ="15" Frame.Width="0,5" GapY="2" ParentFont="False" Text="VALOR DO IPI"/>

	<TfrxMemoView Name="Memo70" Left="459,590848" Top="51,02357079" Width="114,897712" Height="17,00787402" ShowHint="False" DisplayFormat.FormatStr="%2.2n" DisplayFormat.Kind="fkNumeric" Font.Charset="1" Font.Color="0" Font.Height="-11" Font.Name="Times New Roman" Font.Style="0" Frame.Width="0,5" GapX="5" HAlign="haRight" ParentFont="False" WordWrap="False" Text="[CalculoImposto."VIPI"]"/>

	<TfrxMemoView Name="Memo71" Left="344,693136" Top="41,57483" Width="114,897712" Height="26,45669291" ShowHint="False" Font.Charset="1" Font.Color="0" Font.Height="-5" Font.Name="Arial" Font.Style="0" Frame.Typ="15" Frame.Width="0,5" GapY="2" ParentFont="False" Text="OUTRAS DESPESAS ACESSÓRIAS"/>

	<TfrxMemoView Name="Memo72" Left="344,693136" Top="51,02357079" Width="114,897712" Height="17,00787402" ShowHint="False" DisplayFormat.FormatStr="%2.2n" DisplayFormat.Kind="fkNumeric" Font.Charset="1" Font.Color="0" Font.Height="-11" Font.Name="Times New Roman" Font.Style="0" Frame.Width="0,5" GapX="5" HAlign="haRight" ParentFont="False" WordWrap="False" Text="[CalculoImposto."VOutro"]"/>

	<TfrxMemoView Name="Memo73" Left="229,795424" Top="41,57483" Width="114,897712" Height="26,45669291" ShowHint="False" Font.Charset="1" Font.Color="0" Font.Height="-5" Font.Name="Arial" Font.Style="0" Frame.Typ="15" Frame.Width="0,5" GapY="2" ParentFont="False" Text="DESCONTO"/>

	<TfrxMemoView Name="Memo74" Left="229,795424" Top="51,02357079" Width="114,897712" Height="17,00787402" ShowHint="False" DisplayFormat.FormatStr="%2.2n" DisplayFormat.Kind="fkNumeric" Font.Charset="1" Font.Color="0" Font.Height="-11" Font.Name="Times New Roman" Font.Style="0" Frame.Width="0,5" GapX="5" HAlign="haRight" ParentFont="False" WordWrap="False" Text="[CalculoImposto."VDesc"]"/>

	<TfrxMemoView Name="Memo75" Left="114,897712" Top="41,57483" Width="114,897712" Height="26,45669291" ShowHint="False" Font.Charset="1" Font.Color="0" Font.Height="-5" Font.Name="Arial" Font.Style="0" Frame.Typ="15" Frame.Width="0,5" GapY="2" ParentFont="False" Text="VALOR DO SEGURO"/>

	<TfrxMemoView Name="Memo76" Left="114,897712" Top="51,02357079" Width="114,897712" Height="17,00787402" ShowHint="False" DisplayFormat.FormatStr="%2.2n" DisplayFormat.Kind="fkNumeric" Font.Charset="1" Font.Color="0" Font.Height="-11" Font.Name="Times New Roman" Font.Style="0" Frame.Width="0,5" GapX="5" HAlign="haRight" ParentFont="False" WordWrap="False" Text="[CalculoImposto."VSeg"]"/>

	<TfrxMemoView Name="Memo77" Left="0" Top="41,57483" Width="114,897712" Height="26,45669291" ShowHint="False" Font.Charset="1" Font.Color="0" Font.Height="-5" Font.Name="Arial" Font.Style="0" Frame.Typ="15" Frame.Width="0,5" GapY="2" ParentFont="False" Text="VALOR DO FRETE"/>

	<TfrxMemoView Name="Memo78" Left="0" Top="51,02357079" Width="114,897712" Height="17,00787402" ShowHint="False" DisplayFormat.FormatStr="%2.2n" DisplayFormat.Kind="fkNumeric" Font.Charset="1" Font.Color="0" Font.Height="-11" Font.Name="Times New Roman" Font.Style="0" Frame.Width="0,5" GapX="5" HAlign="haRight" ParentFont="False" WordWrap="False" Text="[CalculoImposto."VFrete"]"/>

	<TfrxMemoView Name="Memo79" Left="574,48856" Top="41,57483" Width="181,41744" Height="26,45669291" ShowHint="False" Color="15724527" Font.Charset="1" Font.Color="0" Font.Height="-5" Font.Name="Arial" Font.Style="0" Frame.Typ="15" Frame.Width="0,5" GapY="2" ParentFont="False" Text="VALOR TOTAL DA NOTA"/>

	<TfrxMemoView Name="Memo80" Left="574,48856" Top="50,02357079" Width="181,41744" Height="17,00787402" ShowHint="False" DisplayFormat.FormatStr="%2.2n" DisplayFormat.Kind="fkNumeric" Font.Charset="1" Font.Color="0" Font.Height="-13" Font.Name="Times New Roman" Font.Style="1" Frame.Width="0,5" GapX="5" HAlign="haRight" ParentFont="False" WordWrap="False" Text="[CalculoImposto."VNF"]"/>

	<TfrxMemoView Name="Memo82" Left="0" Top="69,9212598400001" Width="430,86642" Height="13,22834402" ShowHint="False" Font.Charset="1" Font.Color="0" Font.Height="-9" Font.Name="Arial" Font.Style="1" Frame.Width="0,5" GapX="0" ParentFont="False" Text="TRANSPORTADOR / VOLUMES TRANSPORTADOS"/>

	<TfrxMemoView Name="Memo83" Left="636,0945126" Top="83,14966" Width="119,81102362" Height="26,45669291" ShowHint="False" Font.Charset="1" Font.Color="0" Font.Height="-5" Font.Name="Arial" Font.Style="0" Frame.Typ="15" Frame.Width="0,5" GapY="2" ParentFont="False" Text="CNPJ / CPF"/>

	<TfrxMemoView Name="Memo84" Left="636,0945126" Top="92,59840079" Width="119,81102362" Height="17,00787402" ShowHint="False" Font.Charset="1" Font.Color="0" Font.Height="-11" Font.Name="Times New Roman" Font.Style="0" Frame.Width="0,5" GapX="5" ParentFont="False" WordWrap="False" Text="[Transportador."CNPJCPF"]"/>

	<TfrxMemoView Name="Memo85" Left="604,7248" Top="83,14966" Width="31,37007874" Height="26,45669291" ShowHint="False" Font.Charset="1" Font.Color="0" Font.Height="-5" Font.Name="Arial" Font.Style="0" Frame.Typ="15" Frame.Width="0,5" GapY="2" ParentFont="False" Text="UF"/>

	<TfrxMemoView Name="Memo86" Left="604,7248" Top="92,59840079" Width="31,37007874" Height="17,00787402" ShowHint="False" Font.Charset="1" Font.Color="0" Font.Height="-11" Font.Name="Times New Roman" Font.Style="0" Frame.Width="0,5" GapX="5" HAlign="haCenter" ParentFont="False" WordWrap="False" Text="[Veiculo."UF"]"/>

	<TfrxMemoView Name="Memo87" Left="536,69326" Top="83,14966" Width="68,03154" Height="26,45669291" ShowHint="False" Font.Charset="1" Font.Color="0" Font.Height="-5" Font.Name="Arial" Font.Style="0" Frame.Typ="15" Frame.Width="0,5" GapY="2" ParentFont="False" Text="PLACA DO VEÍCULO"/>

	<TfrxMemoView Name="Memo88" Left="536,69326" Top="92,59840079" Width="68,03154" Height="17,00787402" ShowHint="False" Font.Charset="1" Font.Color="0" Font.Height="-11" Font.Name="Times New Roman" Font.Style="0" Frame.Width="0,5" GapX="5" ParentFont="False" WordWrap="False" Text="[Veiculo."PLACA"]"/>

	<TfrxMemoView Name="Memo89" Left="453,5436" Top="83,14966" Width="83,14966" Height="26,45669291" ShowHint="False" Font.Charset="1" Font.Color="0" Font.Height="-5" Font.Name="Arial" Font.Style="0" Frame.Typ="15" Frame.Width="0,5" GapY="2" ParentFont="False" Text="CÓDIGO ANTT"/>

	<TfrxMemoView Name="Memo90" Left="453,5436" Top="92,59840079" Width="83,14966" Height="17,00787402" ShowHint="False" Font.Charset="1" Font.Color="0" Font.Height="-11" Font.Name="Times New Roman" Font.Style="0" Frame.Width="0,5" GapX="5" ParentFont="False" WordWrap="False" Text="[Veiculo."RNTC"]"/>

	<TfrxMemoView Name="Memo91" Left="362,83488" Top="83,14966" Width="90,70872" Height="26,45669291" ShowHint="False" Font.Charset="1" Font.Color="0" Font.Height="-5" Font.Name="Arial" Font.Style="0" Frame.Typ="15" Frame.Width="0,5" GapY="2" ParentFont="False" Text="FRETE POR CONTA"/>

	<TfrxMemoView Name="Memo92" Left="362,83488" Top="92,59840079" Width="90,70872" Height="17,00787402" ShowHint="False" Font.Charset="1" Font.Color="0" Font.Height="-11" Font.Name="Times New Roman" Font.Style="0" Frame.Width="0,5" GapX="5" ParentFont="False" WordWrap="False" Text="[Transportador."ModFrete"]"/>

	<TfrxMemoView Name="Memo93" Left="0" Top="83,14966" Width="362,83488" Height="26,45669291" ShowHint="False" Font.Charset="1" Font.Color="0" Font.Height="-5" Font.Name="Arial" Font.Style="0" Frame.Typ="15" Frame.Width="0,5" GapY="2" ParentFont="False" Text="NOME / RAZÃO SOCIAL"/>

	<TfrxMemoView Name="Memo94" Left="0" Top="92,59840079" Width="362,83488" Height="17,00787402" ShowHint="False" Font.Charset="1" Font.Color="0" Font.Height="-11" Font.Name="Times New Roman" Font.Style="0" Frame.Width="0,5" GapX="5" ParentFont="False" WordWrap="False" Text="[Transportador."XNome"]"/>

	<TfrxMemoView Name="Memo95" Left="604,7248" Top="109,60637" Width="31,37007874" Height="26,45669291" ShowHint="False" Font.Charset="1" Font.Color="0" Font.Height="-5" Font.Name="Arial" Font.Style="0" Frame.Typ="15" Frame.Width="0,5" GapY="2" ParentFont="False" Text="UF"/>

	<TfrxMemoView Name="Memo96" Left="604,7248" Top="119,05511079" Width="31,37007874" Height="17,00787402" ShowHint="False" Font.Charset="1" Font.Color="0" Font.Height="-11" Font.Name="Times New Roman" Font.Style="0" Frame.Width="0,5" GapX="5" HAlign="haCenter" ParentFont="False" WordWrap="False" Text="[Transportador."UF"]"/>

	<TfrxMemoView Name="Memo97" Left="636,0945126" Top="109,60637" Width="119,81102362" Height="26,45669291" ShowHint="False" Font.Charset="1" Font.Color="0" Font.Height="-5" Font.Name="Arial" Font.Style="0" Frame.Typ="15" Frame.Width="0,5" GapY="2" ParentFont="False" Text="INSCRIÇÃO ESTADUAL"/>

	<TfrxMemoView Name="Memo98" Left="636,0945126" Top="119,05511079" Width="119,81102362" Height="17,00787402" ShowHint="False" Font.Charset="1" Font.Color="0" Font.Height="-11" Font.Name="Times New Roman" Font.Style="0" Frame.Width="0,5" GapX="5" ParentFont="False" WordWrap="False" Text="[Transportador."IE"]"/>

	<TfrxMemoView Name="Memo99" Left="362,83488" Top="109,60637" Width="241,88992" Height="26,45669291" ShowHint="False" Font.Charset="1" Font.Color="0" Font.Height="-5" Font.Name="Arial" Font.Style="0" Frame.Typ="15" Frame.Width="0,5" GapY="2" ParentFont="False" Text="MUNICÍPIO"/>

	<TfrxMemoView Name="Memo100" Left="362,83488" Top="119,05511079" Width="241,88992" Height="17,00787402" ShowHint="False" Font.Charset="1" Font.Color="0" Font.Height="-11" Font.Name="Times New Roman" Font.Style="0" Frame.Width="0,5" GapX="5" ParentFont="False" WordWrap="False" Text="[Transportador."XMun"]"/>

	<TfrxMemoView Name="Memo101" Left="0" Top="109,60637" Width="362,83488" Height="26,45669291" ShowHint="False" Font.Charset="1" Font.Color="0" Font.Height="-5" Font.Name="Arial" Font.Style="0" Frame.Typ="15" Frame.Width="0,5" GapY="2" ParentFont="False" Text="ENDEREÇO"/>

	<TfrxMemoView Name="Memo102" Left="0" Top="119,05511079" Width="362,83488" Height="17,00787402" ShowHint="False" Font.Charset="1" Font.Color="0" Font.Height="-11" Font.Name="Times New Roman" Font.Style="0" Frame.Width="0,5" GapX="5" ParentFont="False" WordWrap="False" Text="[Transportador."XEnder"]"/>

	<TfrxMemoView Name="Memo103" Left="0" Top="136,06308" Width="51,65357667" Height="26,45669291" ShowHint="False" Font.Charset="1" Font.Color="0" Font.Height="-5" Font.Name="Arial" Font.Style="0" Frame.Typ="15" Frame.Width="0,5" GapY="2" HideZeros="True" ParentFont="False" Text="QUANTIDADE"/>

	<TfrxMemoView Name="Memo104" Left="0" Top="145,51182079" Width="51,65357667" Height="17,00787402" ShowHint="False" Font.Charset="1" Font.Color="0" Font.Height="-11" Font.Name="Times New Roman" Font.Style="0" Frame.Width="0,5" GapX="5" HAlign="haRight" HideZeros="True" ParentFont="False" WordWrap="False" Text="[Volumes."QVol"]"/>

	<TfrxMemoView Name="Memo105" Left="51,65357667" Top="136,06308" Width="134,80323667" Height="26,45669291" ShowHint="False" Font.Charset="1" Font.Color="0" Font.Height="-5" Font.Name="Arial" Font.Style="0" Frame.Typ="15" Frame.Width="0,5" GapY="2" ParentFont="False" Text="ESPÉCIE"/>

	<TfrxMemoView Name="Memo106" Left="51,65357667" Top="145,51182079" Width="134,80323667" Height="17,00787402" ShowHint="False" Font.Charset="1" Font.Color="0" Font.Height="-11" Font.Name="Times New Roman" Font.Style="0" Frame.Width="0,5" GapX="5" ParentFont="False" WordWrap="False" Text="[Volumes."Esp"]"/>

	<TfrxMemoView Name="Memo107" Left="186,45681333" Top="136,06308" Width="142,36229667" Height="26,45669291" ShowHint="False" Font.Charset="1" Font.Color="0" Font.Height="-5" Font.Name="Arial" Font.Style="0" Frame.Typ="15" Frame.Width="0,5" GapY="2" ParentFont="False" Text="MARCA"/>

	<TfrxMemoView Name="Memo108" Left="186,45681333" Top="145,51182079" Width="142,36229667" Height="17,00787402" ShowHint="False" Font.Charset="1" Font.Color="0" Font.Height="-11" Font.Name="Times New Roman" Font.Style="0" Frame.Width="0,5" GapX="5" ParentFont="False" WordWrap="False" Text="[Volumes."Marca"]"/>

	<TfrxMemoView Name="Memo109" Left="328,81911" Top="136,06308" Width="187,71665667" Height="26,45669291" ShowHint="False" Font.Charset="1" Font.Color="0" Font.Height="-5" Font.Name="Arial" Font.Style="0" Frame.Typ="15" Frame.Width="0,5" GapY="2" ParentFont="False" Text="NUMERAÇÃO"/>

	<TfrxMemoView Name="Memo110" Left="328,81911" Top="145,51182079" Width="187,71665667" Height="17,00787402" ShowHint="False" Font.Charset="1" Font.Color="0" Font.Height="-11" Font.Name="Times New Roman" Font.Style="0" Frame.Width="0,5" GapX="5" ParentFont="False" WordWrap="False" Text="[Volumes."NVol"]"/>

	<TfrxMemoView Name="Memo111" Left="516,53576667" Top="136,06308" Width="119,68511667" Height="26,45669291" ShowHint="False" Font.Charset="1" Font.Color="0" Font.Height="-5" Font.Name="Arial" Font.Style="0" Frame.Typ="15" Frame.Width="0,5" GapY="2" ParentFont="False" Text="PESO BRUTO"/>

	<TfrxMemoView Name="Memo112" Left="516,53576667" Top="145,51182079" Width="119,68511667" Height="17,00787402" ShowHint="False" DisplayFormat.FormatStr=",0.00#" DisplayFormat.Kind="fkNumeric" Font.Charset="1" Font.Color="0" Font.Height="-11" Font.Name="Times New Roman" Font.Style="0" Frame.Width="0,5" GapX="5" HAlign="haRight" HideZeros="True" ParentFont="False" WordWrap="False" Text="[Volumes."PesoB"]"/>

	<TfrxMemoView Name="Memo113" Left="636,22088333" Top="136,06308" Width="119,68511667" Height="26,45669291" ShowHint="False" Font.Charset="1" Font.Color="0" Font.Height="-5" Font.Name="Arial" Font.Style="0" Frame.Typ="15" Frame.Width="0,5" GapY="2" ParentFont="False" Text="PESO LÍQUIDO"/>

	<TfrxMemoView Name="Memo114" Left="636,22088333" Top="145,51182079" Width="119,68511667" Height="17,00787402" ShowHint="False" DisplayFormat.FormatStr=",0.00#" DisplayFormat.Kind="fkNumeric" Font.Charset="1" Font.Color="0" Font.Height="-11" Font.Name="Times New Roman" Font.Style="0" Frame.Width="0,5" GapX="5" HAlign="haRight" HideZeros="True" ParentFont="False" WordWrap="False" Text="[Volumes."PesoL"]"/>

	</TfrxHeader>

	<TfrxHeader Name="Header2" Height="37,7952878" Left="0" Top="805,03989" Width="755,906" OnBeforePrint="Header2OnBeforePrint">

	<TfrxMemoView Name="Memo115" Left="0" Top="2" Width="430,86642" Height="13,22834402" ShowHint="False" Font.Charset="1" Font.Color="0" Font.Height="-9" Font.Name="Arial" Font.Style="1" Frame.Width="0,5" GapX="0" ParentFont="False" Text="DADOS DOS PRODUTOS / SERVIÇOS"/>

	<TfrxMemoView Name="Memo116" Left="0" Top="15,11812" Width="60,47248" Height="22,67716291" ShowHint="False" Font.Charset="1" Font.Color="0" Font.Height="-5" Font.Name="Arial" Font.Style="1" Frame.Typ="15" Frame.Width="0,5" GapY="2" HAlign="haCenter" ParentFont="False" WordWrap="False" VAlign="vaCenter" Text="CÓDIGO
PRODUTO"/>

	<TfrxMemoView Name="Memo117" Left="60,47248" Top="15,11812" Width="222,99208937" Height="22,67716291" ShowHint="False" Font.Charset="1" Font.Color="0" Font.Height="-5" Font.Name="Arial" Font.Style="1" Frame.Typ="15" Frame.Width="0,5" GapY="2" HAlign="haCenter" ParentFont="False" WordWrap="False" VAlign="vaCenter" Text="DESCRIÇÃO DO PRODUTO / SERVIÇO"/>

	<TfrxMemoView Name="Memo118" Left="283,46453764" Top="15,11812" Width="37,7953" Height="22,67716291" ShowHint="False" Font.Charset="1" Font.Color="0" Font.Height="-5" Font.Name="Arial" Font.Style="1" Frame.Typ="15" Frame.Width="0,5" GapY="2" HAlign="haCenter" ParentFont="False" WordWrap="False" VAlign="vaCenter" Text="NCM/SH"/>

	<TfrxMemoView Name="Memo119" Left="321,25981323" Top="15,11812" Width="26,45669535" Height="22,67716291" ShowHint="False" Font.Charset="1" Font.Color="0" Font.Height="-5" Font.Name="Arial" Font.Style="1" Frame.Typ="15" Frame.Width="0,5" GapY="2" HAlign="haCenter" ParentFont="False" WordWrap="False" VAlign="vaCenter" Text="[DESCR_CST]"/>

	<TfrxMemoView Name="Memo120" Left="347,71650614" Top="15,11812" Width="24,56692913" Height="22,6771678" ShowHint="False" Font.Charset="1" Font.Color="0" Font.Height="-5" Font.Name="Arial" Font.Style="1" Frame.Typ="15" Frame.Width="0,5" GapY="2" HAlign="haCenter" ParentFont="False" WordWrap="False" VAlign="vaCenter" Text="CFOP"/>

	<TfrxMemoView Name="Memo121" Left="372,28349386" Top="15,11812" Width="22,67718" Height="22,67716291" ShowHint="False" Font.Charset="1" Font.Color="0" Font.Height="-5" Font.Name="Arial" Font.Style="1" Frame.Typ="15" Frame.Width="0,5" GapY="2" HAlign="haCenter" ParentFont="False" WordWrap="False" VAlign="vaCenter" Text="UNID."/>

	<TfrxMemoView Name="Memo122" Left="394,96065921" Top="15,11812" Width="43,46457425" Height="22,67716291" ShowHint="False" Font.Charset="1" Font.Color="0" Font.Height="-5" Font.Name="Arial" Font.Style="1" Frame.Typ="15" Frame.Width="0,5" GapY="2" HAlign="haCenter" ParentFont="False" WordWrap="False" VAlign="vaCenter" Text="QUANTIDADE"/>

	<TfrxMemoView Name="Memo123" Left="438,42548" Top="15,11812" Width="45,35436" Height="22,67716291" ShowHint="False" Font.Charset="1" Font.Color="0" Font.Height="-5" Font.Name="Arial" Font.Style="1" Frame.Typ="15" Frame.Width="0,5" GapY="2" HAlign="haCenter" ParentFont="False" WordWrap="False" VAlign="vaCenter" Text="VALOR
UNITÁRIO"/>

	<TfrxMemoView Name="Memo124" Left="483,77984" Top="15,11812" Width="45,35436" Height="22,67716291" ShowHint="False" Font.Charset="1" Font.Color="0" Font.Height="-5" Font.Name="Arial" Font.Style="1" Frame.Typ="15" Frame.Width="0,5" GapY="2" HAlign="haCenter" ParentFont="False" WordWrap="False" VAlign="vaCenter" Text="VALOR
DESCONTO"/>

	<TfrxMemoView Name="Memo125" Left="529,1342" Top="15,11812" Width="45,35436" Height="22,67716291" ShowHint="False" Font.Charset="1" Font.Color="0" Font.Height="-5" Font.Name="Arial" Font.Style="1" Frame.Typ="15" Frame.Width="0,5" GapY="2" HAlign="haCenter" ParentFont="False" WordWrap="False" VAlign="vaCenter" Text="VALOR
TOTAL"/>

	<TfrxMemoView Name="Memo126" Left="574,48856" Top="15,11812" Width="45,35436" Height="22,67716291" ShowHint="False" Font.Charset="1" Font.Color="0" Font.Height="-5" Font.Name="Arial" Font.Style="1" Frame.Typ="15" Frame.Width="0,5" GapY="2" HAlign="haCenter" ParentFont="False" WordWrap="False" VAlign="vaCenter" Text="BASE DE 
CÁLC. ICMS"/>

	<TfrxMemoView Name="Memo127" Left="619,84292" Top="15,11812" Width="45,35436" Height="22,67716291" ShowHint="False" Font.Charset="1" Font.Color="0" Font.Height="-5" Font.Name="Arial" Font.Style="1" Frame.Typ="15" Frame.Width="0,5" GapY="2" HAlign="haCenter" ParentFont="False" WordWrap="False" VAlign="vaCenter" Text="VALOR
ICMS"/>

	<TfrxMemoView Name="Memo128" Left="665,19728" Top="15,11812" Width="45,35436" Height="22,67716291" ShowHint="False" Font.Charset="1" Font.Color="0" Font.Height="-5" Font.Name="Arial" Font.Style="1" Frame.Typ="15" Frame.Width="0,5" GapY="2" HAlign="haCenter" ParentFont="False" WordWrap="False" VAlign="vaCenter" Text="VALOR
IPI"/>

	<TfrxMemoView Name="Memo129" Left="710,55164" Top="26,45671" Width="22,67718" Height="11,33857291" ShowHint="False" Font.Charset="1" Font.Color="0" Font.Height="-5" Font.Name="Arial" Font.Style="1" Frame.Typ="15" Frame.Width="0,5" GapY="2" HAlign="haCenter" ParentFont="False" WordWrap="False" VAlign="vaCenter" Text="ICMS"/>

	<TfrxMemoView Name="Memo130" Left="733,22882" Top="26,45671" Width="22,67718" Height="11,33857291" ShowHint="False" Font.Charset="1" Font.Color="0" Font.Height="-5" Font.Name="Arial" Font.Style="1" Frame.Typ="15" Frame.Width="0,5" GapY="2" HAlign="haCenter" ParentFont="False" WordWrap="False" VAlign="vaCenter" Text="IPI"/>

	<TfrxMemoView Name="Memo189" Left="710,55164" Top="15,11812" Width="45,35436" Height="11,33857291" ShowHint="False" Font.Charset="1" Font.Color="0" Font.Height="-5" Font.Name="Arial" Font.Style="1" Frame.Typ="15" Frame.Width="0,5" GapY="2" HAlign="haCenter" ParentFont="False" WordWrap="False" VAlign="vaCenter" Text="ALÍQUOTA %"/>

	</TfrxHeader>

	<TfrxMasterData Name="MasterData4" Height="0" Left="0" Top="782,36271" Width="755,906" ColumnWidth="0" ColumnGap="0" RowCount="1"/>

	<TfrxColumnHeader Name="ColumnHeader1" Height="35,7952878" Left="0" Top="317,48052" Width="755,906" OnBeforePrint="ColumnHeader1OnBeforePrint">

	<TfrxMemoView Name="Memo5" Left="0" Top="0" Width="430,86642" Height="13,22834402" ShowHint="False" Font.Charset="1" Font.Color="0" Font.Height="-9" Font.Name="Arial" Font.Style="1" Frame.Width="0,5" GapX="0" ParentFont="False" Text="DADOS DOS PRODUTOS / SERVIÇOS"/>

	<TfrxMemoView Name="Memo56" Left="0" Top="13,11812" Width="60,47248" Height="22,67716291" ShowHint="False" Font.Charset="1" Font.Color="0" Font.Height="-5" Font.Name="Arial" Font.Style="1" Frame.Typ="15" Frame.Width="0,5" GapY="2" HAlign="haCenter" ParentFont="False" WordWrap="False" VAlign="vaCenter" Text="CÓDIGO
PRODUTO"/>

	<TfrxMemoView Name="Memo57" Left="60,47248" Top="13,11812" Width="222,99208937" Height="22,67716291" ShowHint="False" Font.Charset="1" Font.Color="0" Font.Height="-5" Font.Name="Arial" Font.Style="1" Frame.Typ="15" Frame.Width="0,5" GapY="2" HAlign="haCenter" ParentFont="False" WordWrap="False" VAlign="vaCenter" Text="DESCRIÇÃO DO PRODUTO / SERVIÇO"/>

	<TfrxMemoView Name="Memo176" Left="283,46453764" Top="13,11812" Width="37,7953" Height="22,67716291" ShowHint="False" Font.Charset="1" Font.Color="0" Font.Height="-5" Font.Name="Arial" Font.Style="1" Frame.Typ="15" Frame.Width="0,5" GapY="2" HAlign="haCenter" ParentFont="False" WordWrap="False" VAlign="vaCenter" Text="NCM/SH"/>

	<TfrxMemoView Name="Memo177" Left="321,25981323" Top="13,11812" Width="26,45669535" Height="22,67716291" ShowHint="False" Font.Charset="1" Font.Color="0" Font.Height="-5" Font.Name="Arial" Font.Style="1" Frame.Typ="15" Frame.Width="0,5" GapY="2" HAlign="haCenter" ParentFont="False" WordWrap="False" VAlign="vaCenter" Text="[DESCR_CST]"/>

	<TfrxMemoView Name="Memo178" Left="347,71650614" Top="13,11812" Width="24,56692913" Height="22,6771678" ShowHint="False" Font.Charset="1" Font.Color="0" Font.Height="-5" Font.Name="Arial" Font.Style="1" Frame.Typ="15" Frame.Width="0,5" GapY="2" HAlign="haCenter" ParentFont="False" WordWrap="False" VAlign="vaCenter" Text="CFOP"/>

	<TfrxMemoView Name="Memo179" Left="372,28349386" Top="13,11812" Width="22,67718" Height="22,67716291" ShowHint="False" Font.Charset="1" Font.Color="0" Font.Height="-5" Font.Name="Arial" Font.Style="1" Frame.Typ="15" Frame.Width="0,5" GapY="2" HAlign="haCenter" ParentFont="False" WordWrap="False" VAlign="vaCenter" Text="UNID."/>

	<TfrxMemoView Name="Memo180" Left="394,96065921" Top="13,11812" Width="43,46457425" Height="22,67716291" ShowHint="False" Font.Charset="1" Font.Color="0" Font.Height="-5" Font.Name="Arial" Font.Style="1" Frame.Typ="15" Frame.Width="0,5" GapY="2" HAlign="haCenter" ParentFont="False" WordWrap="False" VAlign="vaCenter" Text="QUANTIDADE"/>

	<TfrxMemoView Name="Memo181" Left="438,42548" Top="13,11812" Width="45,35436" Height="22,67716291" ShowHint="False" Font.Charset="1" Font.Color="0" Font.Height="-5" Font.Name="Arial" Font.Style="1" Frame.Typ="15" Frame.Width="0,5" GapY="2" HAlign="haCenter" ParentFont="False" WordWrap="False" VAlign="vaCenter" Text="VALOR
UNITÁRIO"/>

	<TfrxMemoView Name="Memo182" Left="483,77984" Top="13,11812" Width="45,35436" Height="22,67716291" ShowHint="False" Font.Charset="1" Font.Color="0" Font.Height="-5" Font.Name="Arial" Font.Style="1" Frame.Typ="15" Frame.Width="0,5" GapY="2" HAlign="haCenter" ParentFont="False" WordWrap="False" VAlign="vaCenter" Text="VALOR
DESCONTO"/>

	<TfrxMemoView Name="Memo183" Left="529,1342" Top="13,11812" Width="45,35436" Height="22,67716291" ShowHint="False" Font.Charset="1" Font.Color="0" Font.Height="-5" Font.Name="Arial" Font.Style="1" Frame.Typ="15" Frame.Width="0,5" GapY="2" HAlign="haCenter" ParentFont="False" WordWrap="False" VAlign="vaCenter" Text="VALOR
TOTAL"/>

	<TfrxMemoView Name="Memo184" Left="574,48856" Top="13,11812" Width="45,35436" Height="22,67716291" ShowHint="False" Font.Charset="1" Font.Color="0" Font.Height="-5" Font.Name="Arial" Font.Style="1" Frame.Typ="15" Frame.Width="0,5" GapY="2" HAlign="haCenter" ParentFont="False" WordWrap="False" VAlign="vaCenter" Text="BASE DE 
CÁLC. ICMS"/>

	<TfrxMemoView Name="Memo185" Left="619,84292" Top="13,11812" Width="45,35436" Height="22,67716291" ShowHint="False" Font.Charset="1" Font.Color="0" Font.Height="-5" Font.Name="Arial" Font.Style="1" Frame.Typ="15" Frame.Width="0,5" GapY="2" HAlign="haCenter" ParentFont="False" WordWrap="False" VAlign="vaCenter" Text="VALOR
ICMS"/>

	<TfrxMemoView Name="Memo186" Left="665,19728" Top="13,11812" Width="45,35436" Height="22,67716291" ShowHint="False" Font.Charset="1" Font.Color="0" Font.Height="-5" Font.Name="Arial" Font.Style="1" Frame.Typ="15" Frame.Width="0,5" GapY="2" HAlign="haCenter" ParentFont="False" WordWrap="False" VAlign="vaCenter" Text="VALOR
IPI"/>

	<TfrxMemoView Name="Memo187" Left="710,55164" Top="24,45671" Width="22,67718" Height="11,33857291" ShowHint="False" Font.Charset="1" Font.Color="0" Font.Height="-5" Font.Name="Arial" Font.Style="1" Frame.Typ="15" Frame.Width="0,5" GapY="2" HAlign="haCenter" ParentFont="False" WordWrap="False" VAlign="vaCenter" Text="ICMS"/>

	<TfrxMemoView Name="Memo190" Left="733,22882" Top="24,45671" Width="22,67718" Height="11,33857291" ShowHint="False" Font.Charset="1" Font.Color="0" Font.Height="-5" Font.Name="Arial" Font.Style="1" Frame.Typ="15" Frame.Width="0,5" GapY="2" HAlign="haCenter" ParentFont="False" WordWrap="False" VAlign="vaCenter" Text="IPI"/>

	<TfrxMemoView Name="Memo191" Left="710,55164" Top="13,11812" Width="45,35436" Height="11,33857291" ShowHint="False" Font.Charset="1" Font.Color="0" Font.Height="-5" Font.Name="Arial" Font.Style="1" Frame.Typ="15" Frame.Width="0,5" GapY="2" HAlign="haCenter" ParentFont="False" WordWrap="False" VAlign="vaCenter" Text="ALÍQUOTA %"/>

	</TfrxColumnHeader>

	<TfrxChild Name="Child2" Height="0" Left="0" Top="1009,13451" Width="755,906">

	<TfrxLineView Name="Line2" Align="baWidth" Left="0" Top="0" Width="755,906" Height="0" ShowHint="False" Frame.Typ="4" Frame.Width="0,5"/>

	</TfrxChild>

	<TfrxColumnFooter Name="ColumnFooter1" Height="194,53554291" Left="0" Top="1069,60699" Width="755,906" OnBeforePrint="ColumnFooter1OnBeforePrint">

	<TfrxMemoView Name="Memo152" Left="0" Top="3,77953000000002" Width="430,86642" Height="13,22834402" ShowHint="False" Font.Charset="1" Font.Color="0" Font.Height="-9" Font.Name="Arial" Font.Style="1" Frame.Width="0,5" GapX="0" ParentFont="False" Text="CÁLCULO DO ISSQN"/>

	<TfrxMemoView Name="Memo153" Left="0" Top="16,8976500000001" Width="217,32285906" Height="26,45669291" ShowHint="False" Font.Charset="1" Font.Color="0" Font.Height="-5" Font.Name="Arial" Font.Style="0" Frame.Typ="15" Frame.Width="0,5" GapY="2" ParentFont="False" Text="INSCRIÇÃO MUNICIPAL"/>

	<TfrxMemoView Name="Memo154" Left="0" Top="26,3463907900002" Width="217,32285906" Height="17,00787402" ShowHint="False" Font.Charset="1" Font.Color="0" Font.Height="-11" Font.Name="Times New Roman" Font.Style="0" Frame.Width="0,5" GapX="5" ParentFont="False" Text="[Emitente."IM"]"/>

	<TfrxMemoView Name="Memo155" Left="217,32285906" Top="16,8976500000001" Width="179,52755906" Height="26,45669291" ShowHint="False" Font.Charset="1" Font.Color="0" Font.Height="-5" Font.Name="Arial" Font.Style="0" Frame.Typ="15" Frame.Width="0,5" GapY="2" ParentFont="False" Text="VALOR TOTAL DOS SERVIÇOS"/>

	<TfrxMemoView Name="Memo156" Left="217,32285906" Top="26,3463907900002" Width="179,52755906" Height="17,00787402" ShowHint="False" DisplayFormat.FormatStr="%2.2n" DisplayFormat.Kind="fkNumeric" Font.Charset="1" Font.Color="0" Font.Height="-11" Font.Name="Times New Roman" Font.Style="0" Frame.Width="0,5" GapX="5" HAlign="haRight" ParentFont="False" Text="[ISSQN."VServ"]"/>

	<TfrxMemoView Name="Memo157" Left="396,85041811" Top="16,8976500000001" Width="179,52755906" Height="26,45669291" ShowHint="False" Font.Charset="1" Font.Color="0" Font.Height="-5" Font.Name="Arial" Font.Style="0" Frame.Typ="15" Frame.Width="0,5" GapY="2" ParentFont="False" Text="BASE DE CÁLCULO DO ISSQN"/>

	<TfrxMemoView Name="Memo158" Left="396,85041811" Top="26,3463907900002" Width="179,52755906" Height="17,00787402" ShowHint="False" DisplayFormat.FormatStr="%2.2n" DisplayFormat.Kind="fkNumeric" Font.Charset="1" Font.Color="0" Font.Height="-11" Font.Name="Times New Roman" Font.Style="0" Frame.Width="0,5" GapX="5" HAlign="haRight" ParentFont="False" Text="[ISSQN."VBC"]"/>

	<TfrxMemoView Name="Memo159" Left="576,37797717" Top="16,8976500000001" Width="179,52755906" Height="26,45669291" ShowHint="False" Font.Charset="1" Font.Color="0" Font.Height="-5" Font.Name="Arial" Font.Style="0" Frame.Typ="15" Frame.Width="0,5" GapY="2" ParentFont="False" Text="VALOR TOTAL DO ISSQN"/>

	<TfrxMemoView Name="Memo160" Left="576,37797717" Top="26,3463907900002" Width="179,52755906" Height="17,00787402" ShowHint="False" DisplayFormat.FormatStr="%2.2n" DisplayFormat.Kind="fkNumeric" Font.Charset="1" Font.Color="0" Font.Height="-11" Font.Name="Times New Roman" Font.Style="0" Frame.Width="0,5" GapX="5" HAlign="haRight" ParentFont="False" Text="[ISSQN."VISS"]"/>

	<TfrxMemoView Name="Memo146" Left="517,79561" Top="58,4724800000001" Width="238,11021669" Height="136,06306291" ShowHint="False" Font.Charset="1" Font.Color="0" Font.Height="-5" Font.Name="Arial" Font.Style="0" Frame.Typ="15" Frame.Width="0,5" GapY="2" ParentFont="False" Text="RESERVADO AO FISCO"/>

	<TfrxMemoView Name="Memo147" Left="0" Top="45,35436" Width="430,86642" Height="13,22834402" ShowHint="False" Font.Charset="1" Font.Color="0" Font.Height="-9" Font.Name="Arial" Font.Style="1" Frame.Width="0,5" GapX="0" ParentFont="False" Text="DADOS ADICIONAIS"/>

	<TfrxMemoView Name="Memo148" Left="0" Top="58,4724800000001" Width="517,79531953" Height="136,06306291" ShowHint="False" Font.Charset="1" Font.Color="0" Font.Height="-5" Font.Name="Arial" Font.Style="0" Frame.Typ="15" Frame.Width="0,5" GapY="2" ParentFont="False" Text="INFORMAÇÕES COMPLEMENTARES"/>

	<TfrxMemoView Name="Memo149" Left="0" Top="68,03154" Width="517,79561" Height="124,72449" ShowHint="False" Font.Charset="1" Font.Color="0" Font.Height="-8" Font.Name="Arial" Font.Style="0" Frame.Width="0,5" GapY="2" ParentFont="False" Text="[InformacoesAdicionais."OBS"]"/>

	<TfrxLineView Name="Line3" Align="baWidth" Left="0" Top="0" Width="755,906" Height="0" ShowHint="False" Frame.Typ="4" Frame.Width="0,5"/>

	</TfrxColumnFooter>

	<TfrxOverlay Name="Overlay1" Height="37,79517795" Left="0" Top="899,52814" Width="755,906" OnBeforePrint="Overlay1OnBeforePrint">

	<TfrxMemoView Name="memWatermark" Align="baClient" Left="0" Top="0" Width="755,906" Height="37,79517795" ShowHint="False" Font.Charset="1" Font.Color="14211288" Font.Height="-13" Font.Name="Arial" Font.Style="1" GapX="0" GapY="0" HAlign="haCenter" LineSpacing="0" ParentFont="False" VAlign="vaCenter" Text="HOMOLOGAÇÃO

SEM VALOR FISCAL"/>

	</TfrxOverlay>

	</TfrxReportPage>

	<TfrxReportPage Name="Page2" PaperWidth="210" PaperHeight="297" PaperSize="9" LeftMargin="5" RightMargin="5" TopMargin="7" BottomMargin="7" ColumnWidth="0" ColumnPositions.Text="" LargeDesignHeight="True" HGuides.Text="" VGuides.Text="">

	<TfrxMasterData Name="MasterData2" Height="37,7953" Left="0" Top="18,89765" Width="755,906" Columns="5" ColumnWidth="151,181102362205" ColumnGap="0" DataSetName="Duplicatas" RowCount="0">

	<TfrxMemoView Name="Memo81" Left="56,69295" Top="0" Width="94,48825" Height="37,7953" ShowHint="False" Font.Charset="1" Font.Color="0" Font.Height="-9" Font.Name="Times New Roman" Font.Style="0" Frame.Typ="14" Frame.Width="0,5" GapX="3" GapY="0" HAlign="haRight" ParentFont="False" WordWrap="False" VAlign="vaCenter" Text="[Duplicatas."NDup"]
[Duplicatas."DVenc"]
[Duplicatas."VDup" #n%2,2n]"/>

	<TfrxMemoView Name="Memo54" Left="0" Top="0" Width="52,91342" Height="37,79527559" ShowHint="False" Font.Charset="1" Font.Color="0" Font.Height="-9" Font.Name="Times New Roman" Font.Style="0" Frame.Typ="13" Frame.Width="0,5" GapX="3" GapY="0" ParentFont="False" WordWrap="False" VAlign="vaCenter" Text="Número
Vencimento
Valor R$"/>

	<TfrxMemoView Name="Memo188" Left="52,91342" Top="0" Width="3,77953" Height="37,79527559" ShowHint="False" Font.Charset="1" Font.Color="0" Font.Height="-8" Font.Name="Times New Roman" Font.Style="0" Frame.Typ="12" Frame.Width="0,5" GapX="0" LineSpacing="3" ParentFont="False" WordWrap="False" VAlign="vaCenter" Text=":
:
:"/>

	</TfrxMasterData>

	</TfrxReportPage>

	</TfrxReport>
 
Link para o comentário
Compartilhar em outros sites

  • 2 meses depois ...

Bom dia.

O problema reapareceu outa vez, para minha tristeza.

Desta vez estou usando o exemplo do ACBr, para a emissão da NF-e  4.0.

O problema e quando envio a nota, ele gera um xml com o retorno do envio (XML adicionado com retorno) , dizendo que foi enviado.

após o xml ser assonado e validado, ele executa a seguinte função:

Result := WebServices.Envia(ALote, Sincrono, Zipado); 

e Depois ele executa o if que gera o erro:

if DANFE <> nil then
  begin
    for i := 0 to NotasFiscais.Count - 1 do
    begin
      if NotasFiscais.Items.Confirmada and Imprimir then
      begin
        NotasFiscais.Items.Imprimir;
        if (DANFE.ClassName = 'TACBrNFeDANFERaveCB') then
          Break;
      end;
    end;
  end;

(Imagem com o erro adicionada erro.png)

Esse erro é ocasionado pelo if que está na imagem (erroIF.png) 

Gostaria de saber se tem algum jeito para que o comando:

if DANFE <> nil then
  begin
    for i := 0 to NotasFiscais.Count - 1 do
    begin
      if NotasFiscais.Items.Confirmada and Imprimir then
      begin
        NotasFiscais.Items.Imprimir;
        if (DANFE.ClassName = 'TACBrNFeDANFERaveCB') then
          Break;
      end;
    end;
  end;

não fosse executado, Teria como?

 

 

 

 

 

310000059717031-pro-rec.xml

erro.png

erroIF.png

Link para o comentário
Compartilhar em outros sites

  • Fundadores

Você desabilitou a interpretação de condições usando o "ShortCut" ?

Veja que ele testa se P é diferente de Nil...

Como posso reproduzir o problema, usando Demo do ACBrNFe ?

Consultor SAC ACBr

Daniel Simões de Almeida
O melhor TEF, é com o Projeto ACBr - Clique e Conheça
Ajude o Projeto ACBr crescer - Assine o SAC

Projeto ACBr     Telefone:(15) 2105-0750 WhatsApp(15)99790-2976.

Link para o comentário
Compartilhar em outros sites

  • Moderadores
1 hora atrás, Paulo Starling Perdigao disse:

Gostaria de saber se tem algum jeito para que o comando:

if DANFE <> nil then
  begin
    for i := 0 to NotasFiscais.Count - 1 do
    begin
      if NotasFiscais.Items.Confirmada and Imprimir then
      begin
        NotasFiscais.Items.Imprimir;
        if (DANFE.ClassName = 'TACBrNFeDANFERaveCB') then
          Break;
      end;
    end;
  end;

não fosse executado, Teria como?

ACBrNFe1.Enviar(idLote, False);

Mas como o Daniel disse, a linha não deveria causar o AV já que está sendo testada.

Verifique nas opções do compilador no projeto se a opção "Complete boolean evaluation" está marcada.

Equipe ACBr BigWings
Ajude o Projeto ACBr crescer - Assine o SAC

Projeto ACBr

 

 

Link para o comentário
Compartilhar em outros sites

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

Crie uma conta ou entre para comentar

Você precisar ser um membro para fazer um comentário

Criar uma conta

Crie uma nova conta em nossa comunidade. É fácil!

Crie uma nova conta

Entrar

Já tem uma conta? Faça o login.

Entrar Agora
×
×
  • Criar Novo...

Informação Importante

Colocamos cookies em seu dispositivo para ajudar a tornar este site melhor. Você pode ajustar suas configurações de cookies, caso contrário, assumiremos que você está bem para continuar.

The popup will be closed in 10 segundos...