Posts by Filipe Guedes • 73 points
6 posts
-
4
votes1
answer128
viewsQ: Example Delphi scrollform is not working in version 10.2
I have an App (Android) developed in the version Delphi 10.1, where I used the examples of Scrollform (so that the layout moves together with the android virtual keyboard not to cover the edits),…
-
0
votes2
answers567
viewsA: Problems with dropdown menu
Good morning, it would be interesting to post also the html, but from a look at the bootstrap you will understand better look for example this link…
-
1
votes2
answers304
viewsA: Laravel search function returns Tokenmismatchexception error in Verifycsrftoken.php
Guys is already solved just put input <input type="hidden" name="_token" value="{{ csrf_token() }}"> worked out!
-
1
votes3
answers710
viewsA: Sorting using Dbgrid with Clientdataset
Go to the onTitleClick event and put: if xOrdemAsc then RefazSQL(Column.FieldName + ' ASC') else RefazSQL(Column.FieldName + ' DESC'); DBGrid1.OnDblClick := Nil; in the conculta process put a…
-
0
votes2
answers241
viewsA: PHP - SQL: show the user’s email from the database
recommend using Sesssions Voce will have to query Mysql by filtering the id of the logged-in user. $sql = "Select email from users where id = $id"; //id = a chave primária da tabela de usuarios…
-
1
votes2
answers304
viewsQ: Laravel search function returns Tokenmismatchexception error in Verifycsrftoken.php
Good evening friends, I am new to the Laravel and I need to build a function for data search of a table, I did something based on what I understood so far, but this returning me the following error…