Jump to content

gkobler

Members
  • Content Count

    224
  • Joined

  • Last visited

  • Days Won

    3

Everything posted by gkobler

  1. gkobler

    New Firebird 4 datatype "TIMESTAMP WITH TIMEZONE"

    Now i tryed the same test with D12, i can confirm that the Field are created as TSQLTimeStampOffsetField. But when i open the table now i got an exception (invalid argument could not convert the time) After that i add a GetText Methode procedure TForm1.FDTable1MONTIMESTAMPGetText(Sender: TField; var Text: string; DisplayText: Boolean); begin text:=Format('%s UTC(%d:00',[DateTimeToStr(Sender.AsDateTime),Sender.AsSQLTimeStampOffset.TimeZoneHour]); end; It will shows the follow result?? 756 Hours? When i look to the help file, it should be -12 .. +13 Hours! Also the property TimeZoneMinuts shows me 696 Did i found a bug?
  2. gkobler

    wuppdi Welcome Page for Delphi 11 Alexandria?

    In older Delphi versions, there was once the possibility to arrange your projects in a similar way as in the WP plugin
  3. gkobler

    New Firebird 4 datatype "TIMESTAMP WITH TIMEZONE"

    Didn't saw this changes on any note. But thanks, will try it next week.
  4. gkobler

    wuppdi Welcome Page for Delphi 11 Alexandria?

    The source code is unfortunately not public, but since D11.3 there are three demo projects that show how to create a WP plugin.
  5. gkobler

    wuppdi Welcome Page for Delphi 11 Alexandria?

    Under the Favorites Items you can ann some subitems with the + Button After creating subitems, you can click on them an add your prject on the right side as may you like. The added value of this plugin are, you can manage your projects where you working in a other way then delphi does. Also you can backup an restore this settings. Follow a small example how it could look likes.
  6. gkobler

    New Firebird 4 datatype "TIMESTAMP WITH TIMEZONE"

    https://docwiki.embarcadero.com/RADStudio/Alexandria/en/Connect_to_Firebird_(FireDAC) Makes not diffenrent, if the icu files there or not (same directory how the exe file). I'm sure i use the new fbclient.dll from FB4. CAST is working, but for me it's just a workaround, and works with Querys not with Tables. In my opinion, when you add the fields, it will create a TSQLTimeStampField insted of a TSQLTimeStampOffsetField! The TSQLTimeStampOffsetField is what i need i think, because it has information about the timezone. But it's not possible to replace the field, you got an error But thanks for showing me a other point of view.
  7. gkobler

    wuppdi Welcome Page for Delphi 11 Alexandria?

    New Release Built 24 for Delphi 11.3 and 12. https://dwp.gksoft.ch
  8. gkobler

    Delphi 12 is available

    be carefull with the Auto Suffix, found a bug today in D11.3 but it could be also in D12. https://quality.embarcadero.com/browse/RSP-43284
  9. gkobler

    Delphi 12 is available

    i can confirm this bug at D11.3, not testet yet on D12. You can disabled the option in the registry, but it's sometime still active, have not found any reproduced way to find out why.
  10. gkobler

    wuppdi Welcome Page for Delphi 11 Alexandria?

    New Release Built 23 for Delphi 12 Athens https://dwp.gksoft.ch Hope the homepage shows correctly, i allways has problems when i update it. I just compiled the Plugin, i did some test with the beta, but i don't expect any problems. Otherwise when somebody has problems wir D12, please report to me her at this thread. Thanks
  11. gkobler

    Breakpoints do not work.

    I think this is he asking for
  12. gkobler

    Breakpoints do not work.

    Use debug .dcus should be true
  13. I had the message from time to time, but it always went away after a restart. I have not dealt with it further.
  14. gkobler

    How to change the TVirtualImageList editor?

    It's not allowed to submit some files from Delphi, i think
  15. gkobler

    wuppdi Welcome Page for Delphi 11 Alexandria?

    New Built 23 released: https://dwp.gksoft.ch
  16. gkobler

    wuppdi Welcome Page for Delphi 11 Alexandria?

    Yes of course 🙂
  17. I had the same problem, also I then disabled it via registry key. This also worked for a while, but at some point the checkbox was active again. Somehow I do not see the connection yet, when the checkbox becomes active again. And important: Delphi must be terminated first, before you make changes to the registry.
  18. check the follow, may it could help https://blog.marcocantu.com/blog/2022-december-suggestions-help-delphi-compiler.html I have may 3th party components installed, incl. DevExpress. Have no problems with it, also in D11.3
  19. A new version is available V1.5.3.152. This version now supports FB4 final release. Visit our Homepage and download the Trialversion: https://fbm.gksoft.ch
  20. gkobler

    Firebird - Monitor 2.5 / 3.0 / 4.0

    A new version is available V1.5.6.162 Visit our Homepage and download the Trialversion: https://fbm.gksoft.ch
  21. May some threads there are not terminate immediatly?
  22. gkobler

    Missing DPR

    Have been able to fix the problem. Was very funny, the TMS FNC Core components was the cause. I uninstalled all the TMS FNC components and then reinstalled them. Can not explain the error, because I had made the same update on the notebook. There I had no problems.
  23. gkobler

    Missing DPR

    Have the same issue after returning from vacation. Delphi 11.3 Version 28.0.47991.2819 When i create a new VCL project and try to compile, i got the follow error The dcc32 parameter looks also good. I checked the file "system.dcu". The file are exists and is in the correct directory Also the extry in the librarypath is correct. I did an update this morning to a 3 party library from TMS. I did this also at my notebook too, At the notebook i can compile any project, but at my desktop PC i'm not be able to compile any project. I haven't had such a problem all these years. I no longer understand the world. I am grateful for any advice. Gregor
  24. gkobler

    Where to turn off 'Whole words' searching?

    Registry: Works for me also in D11.3. But remeber: Close the IDE first, and then change the registry! The IDE will write in the Registry when its closing.
×