Posts by Fábio Furious • 100 points
8 posts
-
3
votes0
answers539
viewsQ: How to find and open . txt file, add info and save? Inside Android
I’m using Delphi Berlin 10.1. I could not use Opendialog, it simply does not open inside Android. I searched the root of the android that is in /Storage/Emulated/0/ where I should find a file .txt…
-
0
votes1
answer61
viewsA: Unsolved error
We had a mysterious problem like that, too. Take a look at her Midas.dll replace with another, a machine that is running. Good luck.
-
0
votes2
answers788
viewsA: How to create a dynamic table in Word via Delphi?
There are native components for this. To enable go on: Component/Install Packages.../ Microsoft Office XP Sample Automation Server Wrapper Components. Will enable a call palette Servers. Probably…
-
1
votes3
answers667
viewsA: Create objects in Runtime faster
It’s like Ricardo Alves phallus, matter of buffer. procedure TForm1.FormCreate(Sender: TObject); begin DoubleBuffered := true; end; That solves it. I used to make small games in Delphi.…
-
0
votes2
answers162
viewsA: Lazarus Comparing Dates
I’ve never used Lazarus, but... if Querytestedt_pallet.Value <= Strtodate('30-06-17') then I used to do something like this: if Querytestedt_pallet.Asdate <= 30-06-17 then // or 30.06.17 or…
-
2
votes3
answers1673
viewsA: Error giving post by Delphi
If that doesn’t solve. I think in this case, you could use an ini file instead of a table. Generally we use file . ini to store system parameters, is very effective.
-
1
votes3
answers122
viewsA: Is authenticating users through a form with database connection safe with crackers?
The password cannot be 'raw', that is, it cannot behave like the username, being a pure string. You need to encrypt. There are simple functions for this. As an AES, it already does. But you can use…
-
-1
votes1
answer594
viewsA: Rounding out with Formatfloat
It’s a normal behavior. Rounding follows a metric up to 4 round down. From the 5 Airbending. It’s a pattern, it’s not just in Delphi.
delphianswered Fábio Furious 100