Jump to content

programmerdelphi2k

Members
  • Content Count

    1406
  • Joined

  • Last visited

  • Days Won

    22

Everything posted by programmerdelphi2k

  1. 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
  2. programmerdelphi2k

    Library path problem on IDE

    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!!!
  3. programmerdelphi2k

    ImageIndex only shows -1

    try this: the "destination" can has this others scales, like: 16x16, 24x24, etc...
  4. programmerdelphi2k

    ChatGPT Example

    did try the sample using INDY above?
  5. programmerdelphi2k

    Custom title bar (TTitleBarPanel) breaks form designer

    here, using RAD 11.3 (Delphi) I dont see this problem... Update 1
  6. programmerdelphi2k

    Bringing TGlobe from D5 to present day

    I think that Grak stay to: Graham Knight - it's a fan
  7. programmerdelphi2k

    How many people use Delphi?

    You are hilarious, too bad you are very moody and grumpy 😂
  8. programmerdelphi2k

    How many people use Delphi?

    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
  9. programmerdelphi2k

    How many people use Delphi?

    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?
  10. programmerdelphi2k

    How many people use Delphi?

    needs "HTTPS://" and https://www.isdelphidead.com
  11. programmerdelphi2k

    What is with this errors on the Welcome Page

    in RAD 10/11 exists +/-3 "wellcomexxxxxxx.BPL" references on Embarcadero HCU keys Known IDE Packages/Known Packages
  12. programmerdelphi2k

    What is with this errors on the Welcome Page

    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!
  13. programmerdelphi2k

    Remove empty event handler

    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;
  14. programmerdelphi2k

    How many people use Delphi?

    for sure, you'll use many others, and for each niche, an answer it!
  15. programmerdelphi2k

    How many people use Delphi?

    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!
  16. programmerdelphi2k

    Bringing TGlobe from D5 to present day

    have fun bro
  17. other tip: use a GitHub (or other) to control your versions, then, always you'll have old saves!
  18. I never use it! in last case, keep the "history files" to recover old saves!
  19. only if you re-save it, I think! question: are you using "Automatic save" in tools options!
  20. 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
  21. programmerdelphi2k

    Bringing TGlobe from D5 to present day

    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
  22. programmerdelphi2k

    Bringing TGlobe from D5 to present day

    @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
  23. maybe "State code" in hybernation options, compare with others... im not specialist in hardware, sorry!
×