Jump to content

Attila Kovacs

Members
  • Content Count

    2016
  • Joined

  • Last visited

  • Days Won

    26

Everything posted by Attila Kovacs

  1. Attila Kovacs

    Move objects to a second Data Module

    Good luck with that on a giant legacy project where the DAC's with its fields and co. are living at the visual level an they are also used to it.
  2. Attila Kovacs

    Move objects to a second Data Module

    1. Crerate a list of the components on thedataset 2. Clone the datamodul with a filemanagaer (copy pas and dfm, rename unit name and datamodul class in the pas and at the top of the dfm) 3. now pick a group from the list and keep only them on the 2nd datamodul, delete the others 4. start refactoring the project 5. goto 2.
  3. Attila Kovacs

    Puzzled by StrToDate

    BDS Version 20 If you can't deal with this information, just don't comment on it.
  4. Attila Kovacs

    Puzzled by StrToDate

    sorry BDS 😄
  5. Attila Kovacs

    Puzzled by StrToDate

    As I said, up to BDE 20 the firt check is number/separator/number. If it doesn't match, Exit then raise.
  6. Attila Kovacs

    Puzzled by StrToDate

    11.x pfffff.... #forbes I can't see any month name parsing up to version 20.
  7. Attila Kovacs

    Some more fun with ChatGPT and Delphi

    They indeed are. "Das Wort wurde aus niederdeutsch gammeln → nds „alt werden“ übernommen und lässt sich auf ein germanisches Adjektiv mit der Bedeutung „alt“ zurückführen;"
  8. Attila Kovacs

    IsValidDate fails after the Year 9999

    That's why I'm using stardate.pas
  9. Attila Kovacs

    Some more fun with ChatGPT and Delphi

    https://aisnakeoil.substack.com/p/chatgpt-is-a-bullshit-generator-but https://openai.com/blog/chatgpt-plus/
  10. Attila Kovacs

    Some more fun with ChatGPT and Delphi

    As I have no clue about AI, I asked some -maybe- silly questions. Still not convinced by the answers.
  11. Attila Kovacs

    Some more fun with ChatGPT and Delphi

    I'm not sure how would it affect the "write a poem in norwegian" command
  12. Attila Kovacs

    FileOpen dialog not showing all files

    I still have a 3.4.0.79 from 2002 on my desktop PC
  13. Attila Kovacs

    400 Bad Request ,nginx/1.14.0

    I did not buy anything but I'm almost sure that your extra colons are the problem.
  14. Attila Kovacs

    Summary row at the end of select

    records.... nevermind. spread your spagetticode in comicbooks
  15. Attila Kovacs

    Summary row at the end of select

    next issue: there are 1.5 million records in the salary table and the form takes 10 minutes to open btw. what the heck is sum(x)+0.00? i that a kind of ISNULL(sum(x),0) ? Also, x shoukd be ifnull checked too.
  16. Attila Kovacs

    Skia component and IDE

    Did you know, if you write SQL in upper case, the server processes it faster!?
  17. Attila Kovacs

    "Divided by zero" exception

    If you are working with dll's you will not throw such exceptions into the air.
  18. Attila Kovacs

    "Divided by zero" exception

    yup, explorer used it, not sure about the new edge thing
  19. Attila Kovacs

    "Divided by zero" exception

    Why "from Internet"? What is the difference? The official one also turns off math exceptions.
  20. Attila Kovacs

    order by string same integer

    you should order by len(field), field
  21. Attila Kovacs

    MAP2PDB - Profiling with VTune

    this bitbucket is a piece of shit
  22. Attila Kovacs

    OAuth2 bearer token example?

    did you ask chatGPT for an example?
  23. Attila Kovacs

    OAuth2 bearer token example?

    OAuth2 is the authentication protocol. How the credentials are exchanged is up to the service provider. There are some common ways like pass it in the URL (RESTDebugger) or pass it in the headers, pass it in a JSON Object etc... The service provider will give you the documentation and examples.
  24. Attila Kovacs

    OAuth2 bearer token example?

    The authentication can be implemented in severeal ways. I would sniff the traffic and see the difference oooooor read the manual. Usually there are some "postman" (Application) examples.
  25. Attila Kovacs

    [Problem] Convert DB from unidac sqlite to FD sqlite

    is updating UniDAC subscription and letting FD joke for the kids an option?
×