Jump to content

dev botao

CondIng para Leiaute 1.0


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

Recommended Posts

Boa tarde tive que fazer uma alteração na unit pcesConversaoeSocial, criando um novo tipo 

TGenericosString0_7 : array[0..7] of string = ('0','1','2','3','4','5','6','7' );

E alterando as funções de conversão pois o mesmo retornava o resultado errado.

function tpCondIngToStr(const t: tpCondIng 😞 string;
begin
  result := EnumeradoToStr2(t, TGenericosString0_7 );
end;

function StrTotpCondIng(var ok: boolean; const s: string): tpCondIng;
begin
  result := tpCondIng( StrToEnumerado2(ok, s, TGenericosString0_7) );
end;

Link to comment
Share on other sites

  • 1 month later...
  • Consultores
  • Solution
Em 29/04/2022 at 14:21, Joffas disse:

Boa tarde tive que fazer uma alteração na unit pcesConversaoeSocial, criando um novo tipo 

TGenericosString0_7 : array[0..7] of string = ('0','1','2','3','4','5','6','7' );

E alterando as funções de conversão pois o mesmo retornava o resultado errado.

function tpCondIngToStr(const t: tpCondIng 😞 string;
begin
  result := EnumeradoToStr2(t, TGenericosString0_7 );
end;

function StrTotpCondIng(var ok: boolean; const s: string): tpCondIng;
begin
  result := tpCondIng( StrToEnumerado2(ok, s, TGenericosString0_7) );
end;

Muito obrigado pela contribuição.
Fiz a implementação baseada nela.
Subi as alterações para o SVN na Revisão  25883.
Pelo que vi está tudo certo.
Queira por favor atualizar, testar e reportar qualquer problema.

Mais uma vez obrigado.

[]'s

Consultor SAC ACBr

Elton
Profissionalize o ACBr na sua empresa, conheça o ACBr Pro.

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

Um engenheiro de Controle de Qualidade(QA) entra num bar. Pede uma cerveja. Pede zero cervejas.
Pede 99999999 cervejas. Pede -1 cervejas. Pede um jacaré. Pede asdfdhklçkh.
Link to comment
Share on other sites

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