-
Content Count
224 -
Joined
-
Last visited
-
Days Won
3
Everything posted by gkobler
-
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?
-
wuppdi Welcome Page for Delphi 11 Alexandria?
gkobler replied to PeterPanettone's topic in Delphi IDE and APIs
In older Delphi versions, there was once the possibility to arrange your projects in a similar way as in the WP plugin -
Didn't saw this changes on any note. But thanks, will try it next week.
-
wuppdi Welcome Page for Delphi 11 Alexandria?
gkobler replied to PeterPanettone's topic in Delphi IDE and APIs
The source code is unfortunately not public, but since D11.3 there are three demo projects that show how to create a WP plugin. -
wuppdi Welcome Page for Delphi 11 Alexandria?
gkobler replied to PeterPanettone's topic in Delphi IDE and APIs
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. -
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.
-
wuppdi Welcome Page for Delphi 11 Alexandria?
gkobler replied to PeterPanettone's topic in Delphi IDE and APIs
New Release Built 24 for Delphi 11.3 and 12. https://dwp.gksoft.ch -
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
-
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.
-
wuppdi Welcome Page for Delphi 11 Alexandria?
gkobler replied to PeterPanettone's topic in Delphi IDE and APIs
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 -
I think this is he asking for
-
Use debug .dcus should be true
-
Personality 'Default.Personality' is not supported.
gkobler replied to cupboy's topic in Delphi IDE and APIs
I had the message from time to time, but it always went away after a restart. I have not dealt with it further. -
How to change the TVirtualImageList editor?
gkobler replied to luciano_f's topic in Delphi IDE and APIs
It's not allowed to submit some files from Delphi, i think -
wuppdi Welcome Page for Delphi 11 Alexandria?
gkobler replied to PeterPanettone's topic in Delphi IDE and APIs
New Built 23 released: https://dwp.gksoft.ch -
wuppdi Welcome Page for Delphi 11 Alexandria?
gkobler replied to PeterPanettone's topic in Delphi IDE and APIs
Yes of course 🙂 -
D11.3, Search, Whole words only - randomly checked
gkobler replied to mvanrijnen's topic in Delphi IDE and APIs
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. -
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
-
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
-
A new version is available V1.5.6.162 Visit our Homepage and download the Trialversion: https://fbm.gksoft.ch
-
64-bit VCL App hangs for an extended period during termination
gkobler replied to Attila Kovacs's topic in Delphi IDE and APIs
May some threads there are not terminate immediatly? -
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.
-
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
-
Anyone have issues with the project form not showing in Delphi 11.3?
gkobler replied to Shane T's topic in Delphi IDE and APIs
maybe its related to the follow -
Where to turn off 'Whole words' searching?
gkobler replied to Ian Branch's topic in Delphi IDE and APIs
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.