Posts by Ailton Branco • 91 points
5 posts
-
3
votes0
answers475
viewsQ: CORS policy Delphi Rest Full
I am creating a Delphi Rest Full server to be accessed with Angular front-end, I can apply the POST, PUT and GET but in the attempt to run a DELETE I get the CORS error implemented treatment as many…
-
0
votes0
answers492
viewsQ: How to recover the id entered in the sqlserver database using Delphi datasnap
How to get the id that has just been inserted into the bank on the server side, use Delphi XE10.1 Sqlserver Bank and Firedac, I would like to take the id to use in the child table when it is master…
-
1
votes2
answers1764
viewsQ: Recover last inserted Datasnap ID / Sqlserver
I am using Sqlserver with my Delphi XE10 Datasnap application, but when I do an insert I would like the server to return me the id that was just entered in the auto increment (Identity) field of…
-
7
votes1
answer396
viewsQ: Delphi Error or Bug in Procedure Creation
In the creation of Procedure automatics, double click on the component, Delphi XE8 and Delphi-10 is having a strange reaction he mixes the new Procedure with one of the existing Procedure, making…
-
3
votes1
answer3287
viewsQ: Colorize Listview Line Delphi Android
How to change the color of a Delphi listview line / Android ? To have the color changed as any condition is true: se a = 1 then listview.linha?.? := clBlue entao listview.linha?.? := clRed;…