Jump to content

Stano

Members
  • Content Count

    867
  • Joined

  • Last visited

  • Days Won

    7

Everything posted by Stano

  1. Stano

    Several F2084 Internal Error on Delphi 10.4.2

    Um, there are two patches. No. 4 and 5. First I installed no. 5. Maybe it won't matter.
  2. Stano

    SQL

    Using case ... when ... then and the aggregation function SUM Edit It's in Lajos Juhász's post. I did not see it.
  3. Stano

    Delphi books

    I know it. I have always respected copyright law. This is true even now. I'm canceling the offer to send books for sure. As written above: you can search for it on the internet.
  4. Stano

    Delphi books

    I don't remember exactly which ones are paid. I definitely bought them. I don't have a document
  5. Stano

    Delphi books

    I have these books. I think they are all free. I can send. I have only read a few. Baoquan Zuo Delphi Documentation Guidelines XML.pdf Borland Database Application Developers Book Delphi.pdf Breveglieri Marco Delphi Succinctly.pdf Cantu Marco Delphi 2009 Handbook.pdf Cantu Marco Object Pascal Handbook.pdf Cantu Marco ObjectPascalHandbook BerlinVer.pdf Cruysberghs Stefan Debugging techniques in Delphi.pdf Doeraene Sébastien Generics with Delphi 2009 Win32.pdf Gabrijelčič Primož Delphi High Perfomance.pdf Glowacki Pawel Expert Delphi.pdf Hodges Nick Coding In Delphi.pdf Hodges Nick More Coding in Delphi.pdf ObjectPascalHandbook SydneyVersion Complete.pdf Sedgewick Robert Delphi - Algorithms.pdf TsiLang Users Guide Lokalization application EN.pdf
  6. Stano

    LSP Code Insight not working

    I found that it is usually necessary to wait for the LSP to do nothing. See the small thermometer at the bottom right.
  7. At first I thought it was TMS
  8. FAST4/5MM ? 4 is free.
  9. Personally, I am very annoyed by this behavior. I see the first line is what I need. I will automatically press Enter and NOTHING.
  10. A Tag can be used for this purpose. Unless it is used for something else.
  11. Stano

    Keep D2006 vs Sydney aligned

    Amateur solution: recursively search the entire form and set the required
  12. If you're bored, do it. Learning is a strong argument You still don't listen to David I personally don't know what he's talking about. The issue is beyond my comprehension
  13. I'd rather describe it again. I was dealing with a bulk write to a JSON file. Previously, I wrote down each item separately. It was unbearable. The acceleration was enormous. From a few seconds to "nothing". All my forms have been closing for a very long time. 5 -> 10 sec. That's when I realized it was caused by an incorrect entry in JSON. I go through the whole form and write to JSON for the affected components. Now only a small adjustment in one place. Forms close immediately. This is unwanted optimization. Maybe I could find profilers. I only mentioned it for variety. I'm not a programmer. I'm just playing with him
  14. You may have noticed my post "unwanted optimization". I knew about the narrowed place. But I didn't know how to do it. I thought that must be the case.
  15. Stano

    Date Sorting Odd

    DBGrid certainly has the ability to customize the data. Use it. Then discard the ORDER BY section from SQL
  16. Again, only from a wise book. I agreed with that. Check everyone enter the routine (arguments) the result sent from the function
  17. Stano

    Macro substitution in Locate

    For me, the question is quite unclear. I tried to give at least some answer. if fdqA.Locate (AFieldName, cPayee), []) then ShowMessage ('located!') else ShowMessage ('Failed!');
  18. Stano

    Macro substitution in Locate

    I created a function for this, which has a field name in the argument.
  19. Stano

    Is Delphi still taught in schools?

    Not me personally. I do not use it. This is stated in the license. There are enough topics in which they have solved this problem. In relation to D10.3
  20. Stano

    Is Delphi still taught in schools?

    Let's look at it through the eyes of a teacher: Will I learn Pascal or C syntax? Definitely Pascal. It's designed for that. Among other things. What do I have available? Since it's a school, it's free! LAZARUS - is handy and does not cause problems Delphi - is a huge hebedo. I have to reinstall it every year That is all.
  21. Stano

    SQL Update Case When

    I looked in the help. The update part is not finished with ";"
  22. Stano

    SQL Update Case When

    Since I don't do it, I can only guess. I only work with Firebird. See help. It should be behind the penultimate end ";" ? I have nothing more to say.
  23. Stano

    SQL Update Case When

    I apologise. Such a mistake Case When SHAREHOLDER='Y' then (BRUTSALARY * :EMPPORTION /100) * :TMONTH End AS MYRESULT
  24. Stano

    SQL Update Case When

    Case When SHAREHOLDER='Y' then (BRUTSALARY * :EMPPORTION /100) * :TMONTH AS MYRESULT End I assume this.
  25. Stano

    Is Delphi still taught in schools?

    It is clear from the article that this is the teacher's decision. The reason is simple. Pascal was created for this purpose. That's why I can read it too. But C syntax does not!
×