Jump to content

dev botao

SAT não imprimi logo


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

Recommended Posts

Ola bom dia, a impressao do logo no sat funcionava normalmente, mas não está funcionando algo, alguem poderia me ajudar se estou fazendo algo errado?
 

ACBrSAT1.Extrato := ACBrSATExtratoFortes1;

ACBrSATExtratoFortes1.PictureLogo.LoadFromFile('CaminhoArquivo.jpg');

ACBrSATExtratoFortes1.LogoVisible  := True;
ACBrSATExtratoFortes1.LogoAutoSize := True;
ACBrSATExtratoFortes1.LogoCenter   := True;
ACBrSATExtratoFortes1.LogoStretch  := True;

Não adianta o que eu fizer ele nao imprimi.

Obrigado!

Link to comment
Share on other sites

  • 2 weeks later...

Pelo que entendi o componente rlLogo ta com a propriedade Heigth = 1 . e quando e feito essa parte

 Assim deu certo Juliomar

  //Detalhes de Dimensionamento LogoTipo
    {$IfNDef NOGUI}
     rlLogo.Visible := LogoVisible and Assigned(ACBrSATExtrato.PictureLogo);
     if rlLogo.Visible then
     begin
       rlLogo.Height:=LogoHeigth+1;
       imgLogo.Picture.Assign( ACBrSATExtrato.PictureLogo );
       imgLogo.Center   := LogoCenter;
       imgLogo.Width    := LogoWidth;
       imgLogo.Height   := LogoHeigth;
       imgLogo.AutoSize := LogoAutoSize;
       imgLogo.Stretch  := LogoStretch;
     end;

     rlLogoCanc.Visible := LogoVisible and Assigned(ACBrSATExtrato.PictureLogo);
     if rlLogoCanc.Visible then
     begin
       rlLogoCanc.Height:=LogoHeigth+1;
       imgLogoCanc.Picture.Assign( ACBrSATExtrato.PictureLogo );
       imgLogoCanc.Center   := LogoCenter;
       imgLogoCanc.Width    := LogoWidth;
       imgLogoCanc.Height   := LogoHeigth;
       imgLogoCanc.AutoSize := LogoAutoSize;
       imgLogoCanc.Stretch  := LogoStretch;
     end;
    {$EndIf}    

 

Adilson Pazzini

ACBrSATExtratoFortesFr.pas

Edited by adilsonpazzini
Link to comment
Share on other sites

Boa tarde,  eu também tive o mesmo problema com o logo. Fiz o Ajuste que o  adilsonpazzini e deu certo.

3 horas atrás, adilsonpazzini disse:

Pelo que entendi o componente rlLogo ta com a propriedade Heigth = 1 . e quando e feito essa parte

 Assim deu certo Juliomar

  //Detalhes de Dimensionamento LogoTipo
    {$IfNDef NOGUI}
     rlLogo.Visible := LogoVisible and Assigned(ACBrSATExtrato.PictureLogo);
     if rlLogo.Visible then
     begin
       rlLogo.Height:=LogoHeigth+1;
       imgLogo.Picture.Assign( ACBrSATExtrato.PictureLogo );
       imgLogo.Center   := LogoCenter;
       imgLogo.Width    := LogoWidth;
       imgLogo.Height   := LogoHeigth;
       imgLogo.AutoSize := LogoAutoSize;
       imgLogo.Stretch  := LogoStretch;
     end;

     rlLogoCanc.Visible := LogoVisible and Assigned(ACBrSATExtrato.PictureLogo);
     if rlLogoCanc.Visible then
     begin
       rlLogoCanc.Height:=LogoHeigth+1;
       imgLogoCanc.Picture.Assign( ACBrSATExtrato.PictureLogo );
       imgLogoCanc.Center   := LogoCenter;
       imgLogoCanc.Width    := LogoWidth;
       imgLogoCanc.Height   := LogoHeigth;
       imgLogoCanc.AutoSize := LogoAutoSize;
       imgLogoCanc.Stretch  := LogoStretch;
     end;
    {$EndIf}    

 

Adilson Pazzini

ACBrSATExtratoFortesFr.pas

Verifiquei uma outra questão com o logo do Cfe cancelado e fiz um ajuste. Segue em anexo como estava e como ficou o logo.

Cupom_Cancelamento_Antes.png

Cupom_Cancelamento_Novo.png

FontesAcbrFortesSAT.rar

Link to comment
Share on other sites

  • Este tópico foi criado há 2617 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.

The popup will be closed in 10 seconds...
The popup will be closed in 10 seconds...