Posts by Adilan • 3 points
2 posts
-
0
votes0
answers8
viewsQ: Change value of an item in Tjsonobject - Pascal
I have the following code : uses Classes, SysUtils, CustApp, fpjson, jsonparser ; var jsonEx4 : TJSONObject; begin //Inicio do Exercicio 4 jsonEx4:=TJSONObject.Create([ 'TProposta',…
-
0
votes1
answer39
viewsQ: Group Data from a SELECT using the DATE parameter
I have the following scenario: I am getting a SELECT, where each record contains the coordinate and creation date of this Record. I would like to display by DATE the amount of coordinates obtained…