Jump to content

Stano

Members
  • Content Count

    882
  • Joined

  • Last visited

  • Days Won

    7

Everything posted by Stano

  1. Stano

    Parnassus Bookmarks for Delphi 11 Alexandria?

    Reasons, not reasons I'm like one-armed
  2. Stano

    What is part of your contiuos integration?

    I as a non-programmer: FixInsight - I use it continuously. Depending on the situation. You can check the whole project or just the current unit (that's instant) EurekaLog - without it (or other similar products) it is out of the question Tests - I can't do them. That's why I test everything manually. It's tiring. I don't like it at all. I have to force myself into it GIT - I only use it as an archive. I don't do any branches or test versions Your whole process skeleton looks logical and good
  3. Stano

    LSP - Alexandria

    Ctrl + click also doesn't work for me sometimes. I just have such a mini project But the "Find Declaration" popup menu works
  4. Stano

    SQL date problem

    Correct should be ... WHERE MyDateTime = CAST (: MyDate AS DATE) ... Avoid using "StrToDate" functions. You will avoid the problem. Use functions from the EncodeDate family I was inattentive again.
  5. Stano

    Transactions

    As far as I know, that is the basic role of transactions. It is about covering data integrity.
  6. Stano

    KSVC gone missing.

    Does not exist
  7. Stano

    Installer (Innosetup) - welcome page yes or no?

    A matter of taste. In the vast majority of cases, I turn it off. It's usually on the last page.
  8. Stano

    KSVC gone missing.

    I do not need this. But I also don't have it on offer.
  9. I don't think he's interested in D11. One reason: their tool has already been partially implemented in D11.
  10. I was very surprised by the data on SQLite
  11. Stano

    wuppdi Welcome Page for Delphi 11 Alexandria?

    No problem for me. Simply, I don't use it. I read somewhere that these components, in this case, unnecessarily slow down the IDE.
  12. Stano

    wuppdi Welcome Page for Delphi 11 Alexandria?

    Oh, I didn't remember that.
  13. Stano

    wuppdi Welcome Page for Delphi 11 Alexandria?

    Please how to remove Live Binding? Thank.
  14. Stano

    Interbase Update

    It's all homework. Of course you need a JOIN. You get ITEMNO params using a separate SQL. You will pass this query in a while loop, and you must update the table in each loop. Try writing something first. Put it here and we'll comment. It won't matter if it's wrong. If we write it to you, it will lose its effect. I don't want me to get ready-made solutions either. Only when I can't handle it. You can put it here in pseudo code. You will have it easier. That's the way to do it.
  15. Stano

    Interbase Update

    UPDATE ItemCard SET RESERVED = (SELECT ItemCard .RESERVED - Detail Table.QTY FROM ....) WHERE ITEMNO = :ITEMNO Gradually ParamByName('ITEMNO') := AAA; BBB; CCC All in a cycle in a single transaction!
  16. Stano

    Parnassus Bookmarks for Delphi 11 Alexandria?

    Not. I will try it. I knew you had to look at the instructions
  17. Stano

    Parnassus Bookmarks for Delphi 11 Alexandria?

    I tried the Navigator. But on the right, he showed me a panel with unreadable lines. I was unable to do anything about it. Maybe I didn't understand something. I'll make do with MMX.
  18. Stano

    Parnassus Bookmarks for Delphi 11 Alexandria?

    I'm waiting for them too.
  19. Is it possible to disable updating the unit selection in the tree in Projects when changing the tab above the editor? I didn't find anything like that. See picture. I closed the other units and the displayed status occurred.
  20. Well thank you. I had a small panel width. the down arrow was not visible.
×