Posts by Paulo • 19 points
7 posts
-
1
votes1
answer469
viewsQ: No such Column Android Sqlite
I need to accomplish the following select on Sqlite on Android SELECT p.codigo, p.nome, p.preco_padrao, (coalesce((select sum(i.qtd) qtd from tbl_item_compra i inner join tbl_compra c on (c.codigo =…
-
0
votes0
answers348
viewsQ: Consume Webservice Nfe GO C# Error 495 Unknown Code
I am getting the following error while trying to consume Nfe GO Webservice Error 90 - Nfestatusservico. The remote server returned an unexpected response: (495) Unknown Code as I am creating a dll I…
-
0
votes2
answers381
viewsA: Delphi - Dbgrid does not replace first line content
Não Sei se funciona no Delphi para Android more on Desktop I use Ongettext Example if QryPesquisaclaAtiva.AsString = '0' then Text:='Não' else Text:='Sim';
-
0
votes0
answers701
viewsQ: Consuming Web Reference C#
I’d like a little help from you I added the Service via Web Reference NFSeBeloHorizonteMG.NfseWSService ws1 = new NFSeBeloHorizonteMG.NfseWSService(); ws1.Url = hostWS; X509Certificate certificado =…
-
-1
votes3
answers156
viewsA: Exit the loop suddenly
To exit the loop just add the break var cancelar = false; function FazAlgoTrabalhoso(parametro1, parametro2, parametro3){ //Algo trabalhoso aqui } var i; for(i=0;i<=coisas.length;i++){ //"coisas"…
-
-1
votes1
answer4948
viewsA: How do I send a message to a Whatsapp group with the venomous0x or yowsup api?
I don’t know if you’re doing on Android more if it is just use the code below Intent sendIntent = new Intent(); sendIntent.setAction(Intent.ACTION_SEND); sendIntent.putExtra(Intent.EXTRA_TEXT, "This…
-
1
votes0
answers123
viewsQ: Delphi Encrypt Function Conversion for Javascript
I’m having a problem converting this function, I wish someone would help me Code in Delphi function EnCripta(const InString:string; StartKey,MultKey,AddKey:Integer): string; var I : Byte; begin…