-
Content Count
1406 -
Joined
-
Last visited
-
Days Won
22
Everything posted by programmerdelphi2k
-
mysql Params.TinyIntFormat := tifInteger; causes bit(1) fields to always return false
programmerdelphi2k replied to desert_coffee's topic in Databases
I dont know about MySQL formats, but you can try use the "MAP" options in FireDAC components, then you can "map any field" to another format when working with FireDAC, see the HELP for more details. that way, you dont need to do any changes by code, for example! this is the way that FireDAC try work with fields not supported (if possible). doublelclick in component and access the "Map" tab hierarchy: FDMannager ( all FireDAC app have it, same that not defined in code) FDConnection -- inherit from above FDQuery, etc.. (Datasets at general) - inherit from above -
for sure, he use 11.2 try run the IDE as ADMIN or with "Compatibility XXXXX" ->rightclick on BDS.exe and add your compatibility options!!!
- 4 replies
-
- delphi 11.2
- ide
-
(and 1 more)
Tagged with:
-
try this: the "destination" can has this others scales, like: 16x16, 24x24, etc...
-
did try the sample using INDY above?
-
Custom title bar (TTitleBarPanel) breaks form designer
programmerdelphi2k replied to Gord P's topic in Delphi IDE and APIs
here, using RAD 11.3 (Delphi) I dont see this problem... Update 1 -
Bringing TGlobe from D5 to present day
programmerdelphi2k replied to RCrandall's topic in General Help
I think that Grak stay to: Graham Knight - it's a fan -
You are hilarious, too bad you are very moody and grumpy 😂
-
I think that 98% is a high amount, however, without technical and reliable proof, I will accept if you give me a 20% discount for paying in cash! But of course, Piette, you may be correct in saying that most don't really need that much computing power to perform a "CRUD": select, insert, update and delete! For the others, everything will still be little, in view of their personal needs, more than professional and market needs. Bear in mind that they will never be able to reach "that" that is filed within them, and is already part of it! "It's the dog chasing its tail!" - but it's fair, maybe one day they'll feel the bite
-
I keep imagining the 28MI (as Stefan said above), users of StackOverFlow registered programmers making daily comparisons in their production software to know which compilers are slower, or faster (as you wish). How boring would these professionals' lives be... maybe it would be better to "do TikTok dances" to relieve stress, no?
-
needs "HTTPS://" and https://www.isdelphidead.com
-
What is with this errors on the Welcome Page
programmerdelphi2k replied to 357mag's topic in General Help
in RAD 10/11 exists +/-3 "wellcomexxxxxxx.BPL" references on Embarcadero HCU keys Known IDE Packages/Known Packages -
What is with this errors on the Welcome Page
programmerdelphi2k replied to 357mag's topic in General Help
if want, you can remove Wellcome directly on Registry https://en.delphipraxis.net/topic/8568-error-loading-data/?do=findComment&comment=72261 Normally, I delete all "Wellcome... .BPL" references on Registry on "[HKEY_CURRENT_USER\SOFTWARE\Embarcadero\BDS\22.0\Known IDE Packages]" ... I HATE THIS PLUGIN!!! 😂 you can try just use "-np" param on BSD.exe command-line too! -
here I have: type TForm1 = class(TForm) procedure Button1Click(Sender: TObject); ... PUBLISHED // without it and "empty" method = will be removed! else any other combination, not! procedure Hello(const a: string); private // public // ... procedure TForm1.Hello(const a: string); begin // with this, dont will be removed! // else, if "empty" and "dont using "PUBLISHED" above = it will be removed end;
-
for sure, you'll use many others, and for each niche, an answer it!
-
Just by the fact that you're asking this question, I think it's an initial answer: No, Delphi is not dead! Second, the most commercially widespread programming languages are not necessarily the only ones on the market, because for each need there will be one or more possible solutions, depending on the specificities of each one. Thus, Delphi's life has been since 14/Feb/1995, and until now, it lives in 5 different environments (MSWindows, Linux, macOS, Android, iOS). Thus, you will find many programmers on the internet who still use the Delphi7 version in many projects, even if for many it seems obsolete to the extreme, however, they are also alive. Here, even on the forum, you will be able to see that many do not use the latest IDE, proving that, for various reasons (economic or otherwise), Delphi (Object Pascal) is a reliable language within its production niche!
-
Bringing TGlobe from D5 to present day
programmerdelphi2k replied to RCrandall's topic in General Help
have fun bro -
Getting Windows Sleep message, works for some computers but doesn't work for others.
programmerdelphi2k replied to c0d3r's topic in Windows API
-
All DB components on a form lose their connection to their datasource..
programmerdelphi2k replied to Ian Branch's topic in General Help
other tip: use a GitHub (or other) to control your versions, then, always you'll have old saves! -
All DB components on a form lose their connection to their datasource..
programmerdelphi2k replied to Ian Branch's topic in General Help
I never use it! in last case, keep the "history files" to recover old saves! -
All DB components on a form lose their connection to their datasource..
programmerdelphi2k replied to Ian Branch's topic in General Help
only if you re-save it, I think! question: are you using "Automatic save" in tools options! -
All DB components on a form lose their connection to their datasource..
programmerdelphi2k replied to Ian Branch's topic in General Help
-
All DB components on a form lose their connection to their datasource..
programmerdelphi2k replied to Ian Branch's topic in General Help
tip: do the search in your "Profile" and try find it! big tip: I think that you need just "created another project" and migrate your code/components to new forms (not complete old-Forms)!!! think about -
Bringing TGlobe from D5 to present day
programmerdelphi2k replied to RCrandall's topic in General Help
OBSERVATION: the "TGlobe5_D6.dpk" has some char-ghost/added in "Rrequires"/"Ocontains" session: open the DPK file with Notepad++, and just remove the "r"/"o" chars and all files appears on Project Manager tree in DPK remove the "requires VCL, IMGJPG" and save, the compile then ask to add "requires rtl, vcl, vclimg" when building/installing in various place (unit GSysUtils, and GE00Reader pas) you has "DecimalSeparator", just add FormatSettings.DecimalSeparator to compile on RAD 11.3 many "WARNINGS" are raised, then, you if want, you can updates it with "the new syntaxes" in moderns IDE! TGlobe_DPK_sanitizated_RAD113.7z GE00Reader_GSysUtils_sanitized_to_RAD11.3.7z -
Bringing TGlobe from D5 to present day
programmerdelphi2k replied to RCrandall's topic in General Help
@RCrandall did you see this: TGlobe Delphi Source TGLOBE_VERSION = '5.1.2'; This is an archive repositiory for the TGlobe Dephi GIS component. https://github.com/grakgrak https://github.com/grakgrak?tab=repositories https://github.com/grakgrak/TGlobeSource https://web.archive.org/web/20090213234348/http://tglobe.com/?q=node/7 -
Getting Windows Sleep message, works for some computers but doesn't work for others.
programmerdelphi2k replied to c0d3r's topic in Windows API
maybe "State code" in hybernation options, compare with others... im not specialist in hardware, sorry!