Jump to content

Stano

Members
  • Content Count

    882
  • Joined

  • Last visited

  • Days Won

    7

Everything posted by Stano

  1. 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
  2. Stano

    IDE start randomly stops with error message

    CnPack, MMX, Bookmarks and Project Magician
  3. 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.
  4. 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?
  5. Stano

    IDE start randomly stops with error message

    I use EurekaLog. It won't catch anything. At least that's how I remember it
  6. 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
  7. 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.
  8. 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.
  9. 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.
  10. Stano

    sql query

    I forgot about that. But in the editor, as I explained the question, it doesn't work. I basically use a visual builder for SQL query text. It saves time and especially nerves
  11. Stano

    sql query

    To take it literally: no results can be displayed during editing.
  12. Um, they advised me, and I follow that. Query the ID value in advance and use it in SQL. If you fail, you drop it. I have no idea if this can be done in your case. I do not have knowledge and skills.
  13. Stano

    Delphi 11.1 - a month later

    object vilLitD: TVirtualImageList DisabledGrayscale = True Images = < item CollectionIndex = 0 CollectionName = 'button_rounded_blue_first' Name = 'button_rounded_blue_first' end item CollectionIndex = 1 CollectionName = 'button_rounded_blue_previous' Name = 'button_rounded_blue_previous' end ... ImageCollection = dtmdBasic.icDBNavD ImageNameAvailable = False Left = 50 Top = 30 end OK. See dfm.
  14. Stano

    Delphi 11.1 - a month later

    If I understood the instructions well, VirtualImageList converts images according to DPI. Therefore, they must be on every form. So only one image size should be enough. If I misunderstood, correct me.
  15. Stano

    Parnassus Bookmarks for Delphi 11 Alexandria?

    I have a problem with the width of the breakpoint space
  16. Stano

    How is text being saved to the database?

    If you mean me, yes. Your answer is more than weird. E.g. what about aaabbbcccddd ....? I assume you know what you're doing. Text length can be affected by: by setting a value in the DB component by defining in the DB table field used database I'm in the habit of combing each text string with leading and trailing chars (spaces) before saving it in the DB.
  17. Stano

    How is text being saved to the database?

    Remember: is the entered value valid?
  18. As far as I know, with limited rights.
  19. Stano

    Format uses clause

    I used Format uses clause. I would like FireDAC.xx.yy to form a separate group as a System.xx, Vcl.xx and etc. That there is them FireDAC.Comp.Client, BasalForm, FireDAC.Stan.Param, FireDAC.Comp.DataSet, FireDAC.Stan.Intf, FireDAC.Stan.Option, FireDAC.Stan.Error, FireDAC.DatS, FireDAC.Phys.Intf, FireDAC.DApt.Intf, FireDAC.Stan.Async, FireDAC.DApt,
  20. Stano

    Problem with column names in dbgrid

    You forgot one piece of information. What a component it is.
  21. Stano

    How make benchmark?

    If you own a D professional and are considering a DB server, I wouldn't even try FireDAC
×