Jump to content

Stano

Members
  • Content Count

    869
  • Joined

  • Last visited

  • Days Won

    7

Everything posted by Stano

  1. Stano

    Alexandria MSBuild error

    Um, all notifications or messages can be copied.
  2. I translate it the same way. Again, my inattention got a non-English text there
  3. zaujímavé. Môj DataModule je čierny. všetko vidím. Formuláre sú "biele". Skontroloval som svoje nastavenia a nenašiel som nič zvláštne. Translation: interesting. My DataModule is black. I see everything. The forms are "white". I checked my settings and found nothing special.
  4. Stano

    Deployment Android apk

    Basic rule: put your code here. Otherwise they can't help you.
  5. It is probably associated with the fact that they have a lot of software in the USA in COBOL. There are few people who control it. They are forced to update this software.
  6. Stano

    Left side cannot be assigned to

    Such a simple example: I need to store or retrieve the PrimaryKey value there. Why would Setter / Getter be in such a simple case?
  7. Really? And what about such a TMS? I acknowledge that the examples should only have standard components.
  8. Stano

    Fd

    My experience is to have it in the interface section.
  9. Stano

    Button clicked

    I don't read carefully.
  10. Stano

    Button clicked

    As you wrote it. If the condition is met, the code is executed in her body. There is nothing there, nothing will be done. If you ran a control tool, it would tell you that you have something empty.
  11. Stano

    FB-3 SELECT WHERE

    I checked the translation where "and I don't create an runtime TFDQuery" But it is also created in the demo. There is a bad translation (Google translator) or a communication error somewhere I never use a construction with the "with" I already understood that - "with"
  12. Stano

    FB-3 SELECT WHERE

    I don't understand "I'm not creating a TFDQuery runtime". TFDQuery is, of course, used in the example. Can you give a sample / description?
  13. Stano

    FB-3 SELECT WHERE

    1 - I didn't mean that 2 - It is true. Personally, I haven't encountered a performance issue yet. But I don't have many records. I learned to use "with x as". It's my favorite technique 3 - Many rows = many errors interesting. There is no point in talking about the parameters. Without it, it is very bad. I plan to move to UniDAC. I don't know if he supports it. Thanks!
  14. Stano

    FB-3 SELECT WHERE

    Serge_G - I have a question for you. Perhaps the founder of the topic forgives me. What is the advantage of your solution over subquery? I see a lot of unnecessary code I usually use subquery and I'm happy with it. Also because I don't know other techniques
  15. Stano

    IDE start randomly stops with error message

    CnPack, MMX, Bookmarks and Project Magician
  16. Stano

    IDE start randomly stops with error message

    Well thank you. I didn't find it through the basic settings. I didn't run anything from the command line. I'll wait, I'll see.
  17. Stano

    IDE start randomly stops with error message

    Only now have I realized that I use EurekaLog in the application Therefore, he cannot capture anything. Can EurekaLog be set up to catch exceptions in the IDE?
  18. Stano

    IDE start randomly stops with error message

    I use EurekaLog. It won't catch anything. At least that's how I remember it
  19. Stano

    FB-3 SELECT WHERE

    That's right. I will translate: SELECT MAX (TDATE) FROM MYTABLE) - 10 = 3.6.2022. Note: 10 <> 3 The condition should be: MyDate <= RequiredDate
  20. Stano

    IDE start randomly stops with error message

    I'm an amateur. My attempt to find out some information ended quickly because I couldn't get anywhere by stepping.
  21. Stano

    IDE start randomly stops with error message

    I. Unfortunately, this is not a rare phenomenon. I have to restart the IDE because the error keeps recurring.
  22. Stano

    sqlmemtable

    I avoid AutoInc. Reason: I have no control over him. I basically get it and I can do whatever I want with it. I know it has the right value. What can be a problem with multiple (multiple users) access to the DB. Only now has it been resolved here. This is very important when bulk editing data.
×