Jump to content

tgbs

Members
  • Content Count

    83
  • Joined

  • Last visited

Everything posted by tgbs

  1. tgbs

    FireDac cannot load Firebird 3.0 client library on Linux

    Maybe "ldd" is your friend
  2. This depends on the type of calculation. If there is programmer logic then oncalc event is ok. If it can be considered from the database then better to use syntax from the relevant sql database. No need to run another request/s to read data and calculate. A stored procedure can be used in the main query if it will be used frequently and has more complex logic.
  3. tgbs

    Do you need an ARM64 compiler for Windows?

    My point is that Linux is everywhere, especially in servers and non-GUI devices. And today, with the energy problems, more and more ARM processors will enter them. And it's silly for the Embarcadero not to take this seriously
  4. tgbs

    Do you need an ARM64 compiler for Windows?

    Linus Torvalds has announced Linux 5.19, and this time released a version of Linux from an Arm-based Apple MacBook running Asahi Linux. Link
  5. tgbs

    FB3 Update

    When join is only for checking(not selecting column) better to use EXISTS. Can you sum debit and credit in one select ? Input parameter ACTIVEYEAR better be integer
  6. tgbs

    Emails via Indy to Gmail

    Oops...Sorry, You are absolutely right One months ago at office we receive this error for some email. After resend all is fine. I think this is some new staff from Google, maybe first email to concrete mail account, after they change some things...I have no access to DNS records for domain and cannot verify dkim and others for mail server. From my personal domain never get this error.
  7. tgbs

    Emails via Indy to Gmail

    You need to get password for application and send/receive emails with this password
  8. tgbs

    sqlmemtable

    I use KbmMemtable and there is kbmMemSql
  9. If there is an invisible column, the name of the next column that is not fully visible is not drawn If Second column is visible = false then This can be seen in the design time as well Delphi Alexandria with the update
  10. tgbs

    Do you need an ARM64 compiler for Windows?

    YES Not only for Windows but Linux too ๐Ÿ™‚
  11. There are vacancies for a Delphi programmer in my country, but there are low salaries and old versions of Delphi. Mostly version 7, almost no companies using 10.x or 11
  12. No problem with Getit and Windows 11 Edit: Here maybe
  13. tgbs

    Problem with column names in dbgrid

    TDBgrid. Problem is in Vcl.Grids
  14. tgbs

    App for docker

    I read from web that Linux service are created via Fork() . But this cannot be used in linux containers. Because engine look for master pid and finish execution if it stopped. Is there any skeleton of such a program. I will use the application in a docker, which will be accessed through Nginx.
  15. tgbs

    App for docker

    ok Thank You
  16. Are these comports real rs232 or are they on USB? If they are via USB I would look at the Power settings.
  17. tgbs

    Download upgrade from 11.0 to 11.1

    Is there only an update / patch or do I need a complete installation?
  18. Debug is almost impossible. Tried with Delphi 10.4 and 11. One minute waiting for attach to process w3wp.exe. And then it disconnects and there is no debug. The same project with the two Delphis has no problem with Windows <11. Has anyone managed to debug ISAPI on Windows 11 ?
  19. tgbs

    Debug ISAPI on Windows 11

    The problem is only with Windows 11. And I don't understand why I have to try to get around the problem. Besides, as I wrote, it is not only with IIS but also with Datasnap
  20. tgbs

    Debug ISAPI on Windows 11

    Nothing in central I will try of course, but it is not so easy
  21. tgbs

    Using COM to update Word docx files

    CreateOleObject('com.sun.star.ServiceManager'); Read here
  22. I thought GExpert could handle that. We have our find / replace utility
  23. How to find in DFM caption like that "ะ‘ัƒะปัั‚ะฐั‚" ? DFM is text but text is Caption = #1041#1091#1083#1089#1090#1072#1090 Thanks
ร—