Posts by Daregny • 19 points
3 posts
-
-1
votes2
answers54
viewsA: Django: Optimize Database Searches
To Queryset is an SQL query, so you have to go filtering the data you don’t need. Ex: In a table you may have deleted or inactivated albums that you don’t need to show. So instead of making a…
-
0
votes2
answers241
viewsA: Problems with JsonObj:Json_hash
That’s how it works. Static function GetVlrJSONObj(cJsonCOT) Local cCotCompra, cErro Local oJsonObj If !Empty(cJsonCOT) //Classe responsável por trabalhar com JSON em ADVPL oJsonObj :=…
-
0
votes2
answers241
viewsQ: Problems with JsonObj:Json_hash
I am new to advpl, and need to create a Hashmap object. I will leave part of my code to see if you can help me. If !empty(cJsonCOT) // Cria o objeto para fazer o parser do Json oJsonObj :=…