Posts by Edson Júnior • 21 points
4 posts
-
0
votes2
answers597
viewsQ: Join column data online - SQL Server
I have the following situation: Usuario_A telefone1 Usuario_A telefone2 Usuario_A telefone3 How can I make so that when I make a select, I have the following output:…
-
0
votes5
answers1124
viewsA: View JSON object
I managed to solve as follows: $.getJSON('www.site.com.br/arquivo.json', function(data){ this.qtd = data.json.length; this.retorno = ''; for(i in data.json){ this.retorno += 'Nome: ' +…
-
0
votes5
answers1124
viewsQ: View JSON object
I have the following JSON: "json": [ { "nome": "Meu Nome", "amigos": [ { "amigo": "João", "idade": 20 } ] } ] I also have the following: this.qtd = data.json.length; for (i = 0; i < this.qtd;…
-
1
votes3
answers6609
viewsQ: Print without confirmation window in PHP, Javascript or Ajax
I have a non-tax Zebra TLP 2844 thermal printer, and I’m developing a password generation program to print on that printer. I’m using the functions printer_. I tried the following example code:…