Jump to content

dev botao

TACBrSPEDFiscal Ajuste!


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

Recommended Posts

  • Moderadores

Segue um pequeno ajuste na classe TACBrSPEDFiscal

Em destaque abaixo!


procedure TACBrSPEDFiscal.SetCurMascara(const Value: ansistring);

begin

  FCurMascara := Value;

  FACBrTXT.CurMascara := Value; //faltando passar a mascara para o componente base

  FBloco_0.CurMascara := Value;

  FBloco_1.CurMascara := Value;

  FBloco_C.CurMascara := Value;

  FBloco_D.CurMascara := Value;

  FBloco_E.CurMascara := Value;

  FBloco_G.CurMascara := Value;

  FBloco_H.CurMascara := Value;

  FBloco_9.CurMascara := Value;

end;

Link to comment
Share on other sites

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