-
Content Count
879 -
Joined
-
Last visited
-
Days Won
7
Stano last won the day on May 31 2023
Stano had the most liked content!
Community Reputation
143 ExcellentTechnical Information
-
Delphi-Version
Delphi 12 Athens
Recent Profile Visitors
The recent visitors block is disabled and is not being shown to other users.
-
Firebird 5.0 with FastReport (Delphi 12): unknown ISC error 0
Stano replied to TheBioh4z4rdx's topic in Databases
For compiling SQL texts I recommend to use some DB manager. It would print this error directly! -
Firebird 5.0 with FastReport (Delphi 12): unknown ISC error 0
Stano replied to TheBioh4z4rdx's topic in Databases
The GROUP BY NF.DOCUMENT part is missing -
Why does the field type change after saving the Table within the database?
Stano replied to Miguel Jr's topic in Databases
Browser add-on and away it goes! -
Delphi takes 9 seconds to start/shutdown an empty application
Stano replied to FreeDelphiPascal's topic in General Help
My experience is that some invalid paths are valid. If you delete them, the IDE will crash easily. This was a few years ago. I don't know if this is still valid. -
How to resolve error in Database Desktop execution in Delphi 7
Stano replied to Miguel Jr's topic in Databases
I've been using BDE to work with Paradox. I don't know if it's Database Destkop. There is a version for D11. I don't know if there is one for D12. -
I can't get on the FMX wiki for the third day.
-
ifthen strange return value !
Stano replied to bravesofts's topic in Algorithms, Data Structures and Class Design
This remark applies in full measure to me -
Show executable size after successful build?
Stano replied to PeterPanettone's topic in Delphi IDE and APIs
Peter: this is not an anecdote. That was a real scientific experiment. -
Hm, and how is it done? I can't imagine.
-
How to debug a Not Responding program element
Stano replied to Willicious's topic in Delphi IDE and APIs
I consider this a necessary duty! -
Codolex 2.0 is now Free - Low-Code for Delphi
Stano replied to Jim McKeeth's topic in Delphi Third-Party
I downloaded the free version 2.0 out of curiosity. No message appeared. -
I collapse the function/procedure and so seemingly copy "just one" line.
-
Sometimes it is useful to make a list of these components.
-
If an array of type Date has the option "null" in the DBTable so DTP_STAT_HAND_GRIF_VOL_DOSSIER_OPVR_DATE.Field.AsDateTime := 0;// = strToDAte('30/12/1899') You can set DTP_STAT_HAND_GRIF_VOL_DOSSIER_OPVR_DATE.Field.Value := null;
-
I don't know the Konopka components. But: In the second part of the code (else) you don't have a value for the date Some components have the property "Allow null value"