Jump to content

Uwe Raabe

Members
  • Content Count

    2881
  • Joined

  • Last visited

  • Days Won

    169

Everything posted by Uwe Raabe

  1. Unfortunately not for every patch.
  2. I wonder if beta testing for the patches would help here.
  3. Try with external MSBuild in the project options and select x64 as preferred architecture. Key is to use the 64-bit compiler versions from the bin64 folder. The target platform is almost irrelevant. Only bcc64x got an update with the April patch.
  4. Sounds reasonable:
  5. Uwe Raabe

    Custom Time format in TDBGrid

    It also works at runtime. In that case you need to set the FieldOptions.AutoCreateMode of the query to acCombineAlways to create the dynamic fields and the FieldOptions.PositionMode to poFieldNo to get the same order as before.
  6. Uwe Raabe

    Custom Time format in TDBGrid

    Works perfectly over here with static fields. Probably something in your setup.
  7. Uwe Raabe

    Custom Time format in TDBGrid

    Well, it does not do that in all of my queries and those of my customers. Can you also show the table definition of CD_Main (the CREATE TABLE command)?
  8. Uwe Raabe

    Custom Time format in TDBGrid

    Can you show the actual SQL for that query?
  9. Uwe Raabe

    Custom Time format in TDBGrid

    Seems it is time to get to know the reason now.
  10. Uwe Raabe

    Custom Time format in TDBGrid

    The simplest way is to create static fields for the query and set the DisplayFormat of the Hour field to hh:nn (Note: mm gives the month).
  11. Uwe Raabe

    Deleting RAD Studio Licences

    You may even try to contact sales online: https://www.embarcadero.com/company/contact-sales If you've got that decline by email, check if it contains some phrase that you should contact sales instead. OK, they might try to sell you an update, new license or something similar, but you don't need that to get your registration counter bumped.
  12. Uwe Raabe

    Deleting RAD Studio Licences

    No, unfortunately that won't help. Although you remove the license from that PC, you won't get a registration bump with that. The key for getting a bump without active subscription lies here: While the technical support is the right place with an active subscription, you should contact your local Embarcadero Sales representative for a bump when your subscription ran out.
  13. Uwe Raabe

    Debugger keeps the execution line centered

    If it were a bug and it is not filed in QP it most likely will never be fixed. To file it as a bug report in QP (with hope it going to be fixed) one needs a detailed description and steps to reproduce.
  14. Uwe Raabe

    Debugger keeps the execution line centered

    I guess, the spooky part is the in some files...
  15. Uwe Raabe

    Is this to be expected persistent?

    I don't know, because up to now I've never let my subscription run out.
  16. Uwe Raabe

    Is this to be expected persistent?

    It is just a reminder to renew your subscription, just in case you missed to do that.
  17. Uwe Raabe

    OnMTUChanged Event in 12.3

    One possible scenario: Product Management schedules RSP-38842 for 12.3 Product Owner assigns the task to implement that to some developer Developer implements it in an interface breaking way Developer team realizes that the change cannot be done in 12.3 and postpone merging the change Unfortunately they forgot to notify the Product Owner to adjust the fix version
  18. Uwe Raabe

    OnMTUChanged Event in 12.3

    It looks like a mistake when writing these release notes. A new event would be an interface breaking change and thus cannot (should not) be implemented in a point release. Most probably this will make it into Delphi 13.
  19. Uwe Raabe

    OnMTUChanged Event in 12.3

    Can you point to the comment you are referring to?
  20. Uwe Raabe

    Has the toolbar problem been fixed?

    Yeah, I know. That's a pity...
  21. Uwe Raabe

    Has the toolbar problem been fixed?

    A stable Delphi is also important to me. That's why I do my best to help Embarcadero achieve this.
  22. Uwe Raabe

    Has the toolbar problem been fixed?

    There are several toolbar issues listed as fixed in 12.2.
  23. It doesn't happen here and at least I cannot remember having this seen anytime. As usual: Can you reproduce with a vanilla IDE installation?
  24. Uwe Raabe

    Ho to list all data-aware controls attached to a datasource

    You can iterate the protected DataLinks property (there are several ways to access a protected property described elsewhere). For each TDataLink in this list act according to the actual class type: A TFieldDataLink gives you access to the corresponding Control, while a TGridDataLink provides the connected Grid. There are other classes inherited from TDataLink with other purposes, but that should you get started.
  25. Uwe Raabe

    Is this a change in 12.3??

    Make sure that the query is not Active in the designer.
×