Jump to content

dev botao

Arquivo Convenio 35 2005


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

Recommended Posts

  • Moderadores

Uso o botão pesquisar antes de postar

 

 

 

 

Ps: Agora que voltei ao tópico e percebi que está falando do ACBrFrameWork, desculpe .. mas já está sendo feito no delphi, será só questão de tempo para que o pessoal implemente aqui também.

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

Ola Regys, blz sem problemas.

Com certeza essa posição é correta.

 

 

 

Estava hoje testando a função “acbrAAC.VerificarGTECF(numSerie, ref grandeTotal)” e vi que tinha um pequeno problema no modulo “ACBrAAC.cs” na função abaixo, fiz a correção mas não sei como enviar para o SVN

 

public int VerificarGTECF(string numSerie, ref decimal grandeTotal)
            
{   
  double _grandeTotal = Convert.ToDouble(grandeTotal); “aqui nessa linha estava double _grandeTotal = 0d e fiz a                   alteração ao lado”

    int ret = ACBrAACInterop.AAC_VerificarGTECF(this.Handle, numSerie, ref _grandeTotal);
    CheckResult(ret);
  
    grandeTotal = Convert.ToDecimal(_grandeTotal);
    return ret;
          
}
 

 

grd abs

  • Like 1
Link to comment
Share on other sites

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