Jump to content

Stano

Members
  • Content Count

    882
  • Joined

  • Last visited

  • Days Won

    7

Everything posted by Stano

  1. Stano

    A way to collapse Defines in the IDE??

    Try running the unit through Pascal Analyzer Lite. It is quite likely that he will explain something to you.
  2. Stano

    WebView2 synchronious calls

    The modal form can also be off-screen. Form.Height := 1; Form.Widht := 1; Form.Top := -100; Form.Left := -100; I even use it. The reason is its unwanted rendering and flickering.
  3. I read a book for beginners. There it was. I mean * .dpr. A search in the menu probably followed. D7
  4. Project JasotSVB.exe raised exception class EIBNativeException with message '[FireDAC][Phys][FB]Unable to complete network request to host "xnet://Global\Local\FIREBIRD".'. The internet didn't help me. The paths are right. I shut down the server. FB ver 3.0.7. My program settings: dtmdBasic.fdfbdrlnkFoc.VendorHome := ''; dtmdBasic.fdfbdrlnkFoc.VendorLib := ''; dtmdBasic.fdfbdrlnkFoc.VendorLib := VendorDir; dtmdBasic.fdfbdrlnkFoc.Embedded := FCertificate.IsEmbedded; // True Connection := dtmdBasic.conFB; Connection.Connected := False; Connection.LoginPrompt := False; Connection.Params.Add('CharacterSet = csWin1250'); Connection.Params.Database := FBasicDir.UserDataDir + FFileName; Connection.Params.DriverID := 'FB'; Connection.Params.Database := 'Password = masterkey'; Connection.Params.Add('Port = 3050'); Connection.Params.Add('Protocol = ipLocal'); Connection.Params.UserName := 'SYSDBA'; I'm putting it here because FireDAC.
  5. Why? It works with them.
  6. There must be: ... \ plugins \ engine12.dll
  7. I have to run the program as an administrator.
  8. Based on your mention, I'm trying AkelPad. I can't activate any plugin. The list is empty. You are in: c: \ Program Files (x86) \ AkelPad \ AkelFiles \ Plugs \ Well thank you.
  9. Stano

    FB3.0 SQL

    Or Five methods converting rows to columns.txt
  10. Stano

    comport output

    Humenne, I know that. I live here.
  11. I (not just me) have the experience that if there are several components differently aligned, then there are problems with that. Try to align the components when creating the form. It is best to create them dynamically
  12. Stano

    TDBComboBox in reverse..

    TDBComBox without items amazed me too. If you have TMS, use it.
  13. Stano

    Parnassus Bookmarks for Delphi 11 Alexandria?

    Me too. I wrote it in OffTopic
  14. Stano

    Firebird 4.0 UDF

    Here is a link directly to FB support. These questions belong there: https://groups.google.com/g/firebird-support?pli=1
  15. Stano

    Windows 11 checkbox and radio button color

    This is a matter of OS and the great innovation of W11. As you can see, this can only be changed using themes.
  16. Stano

    TPanel and AutoSize problem (Delphi 11)

    This is what TAdvPanel does
  17. Stano

    TPanel and AutoSize problem (Delphi 11)

    It also depends on where you placed the panel. And what neighbors I have. With what settings.
  18. Stano

    FDTable filter problem

    Professional Delphi does not have FireDAC resources !!!
  19. Stano

    Firebird Admin Tool

    My layman's view and experience: I, as a non-programmer, am behind DBWorkbench. The main reason for me is Visual Query Builder. It's incredibly sophisticated. You need to get used to it, but working with it is very pleasant. In addition to the Editors! There they limp a little. (But so do the others.) If you have a parenthesis, you don't know where the cursor is. The high award is for their support. I had a few problems (they actually had them) and some suggestions. They reacted quickly and almost everything was reflected in the product I had IBExpert - I messed up the OS and they didn't renew my license. It kind of didn't fit me I have EMS SQL Manager - it has a few good things, but overall it's not comfortable. Text selection, etc. I tried Red Manager (?) - That was at the beginning of its development. It's free. I don't know what condition he is in now. I think the start-up was good. They are also developing RedDB. Just for interest. The Arabs invest in it and the Russians make it. So they have enough money. I write it directly
  20. Stano

    Pos, SplitString

    What happens if you add over time WITH XX AS (... ?
  21. Stano

    Patch for Delphi 11 Alexandria available

    Exactly. I'm all the happier
  22. Stano

    Patch for Delphi 11 Alexandria available

    We need to look at what has been fixed. The vast majority are HDPI. Nothing for me. From my experience: forms open faster the Welcome window closes faster That is probably all
  23. Stano

    Strategies for minimizing app start time

    Probably like point 2.
×