Jump to content

emileverh

Members
  • Content Count

    61
  • Joined

  • Last visited

  • Days Won

    2

emileverh last won the day on March 23 2023

emileverh had the most liked content!

Community Reputation

18 Good

Technical Information

  • Delphi-Version
    Delphi 11 Alexandria

Recent Profile Visitors

The recent visitors block is disabled and is not being shown to other users.

  1. emileverh

    What new features would you like to see in Delphi 13?

    I know it's a compiler problem, but why can they do it with classes and not with records....
  2. emileverh

    What new features would you like to see in Delphi 13?

    That can be true, but that is 'not my problem' how to solve it. I use records a lot for several reasons (speed, memory management,....). And it would be VERY nice to have that.
  3. emileverh

    What new features would you like to see in Delphi 13?

    forward declaration of records, just like a class
  4. emileverh

    Do runtime created forms close the TFDQuery connections?

    Thanks for the quick reply!! 😉
  5. emileverh

    Do runtime created forms close the TFDQuery connections?

    The TFDConnection is on a central place in the program on a different datamodule. ( MySQL and the property 'Pooled' is left default, which is False )
  6. Hi team! frmSelectFooter := TfrmSelectFooter.Create(self); if frmSelectFooter.ShowModal = mrOk then begin ... end; FreeAndNil( frmSelectFooter ); If there are TFDQuery's used in that form, do I need to close explicitly close the query? In other words, are (database) resources still in use? Thanks! Emile
  7. emileverh

    What new features would you like to see in Delphi 13?

    Totally agree. Fix the existing things first....
  8. emileverh

    Access multiple Outlook calendars

    Looks interesting. I will try that! Thanks for your help ;-))
  9. emileverh

    Access multiple Outlook calendars

    Thanks for your answer. First the link does not work. And second my application is a planning tool where lots of mutations are done during the day. And adding email with attachments is not a good option ( we tought of that), because there will be a lots of mouse click work than and I don't want to run VBA scripts. Therefore I want full access to the local application, where the secretary has access to xxx employees. And I want to add/remove directly into Outlook. It already works for 1 calendar. But now I want to address one specific calendar.....that is my question
  10. emileverh

    Access multiple Outlook calendars

    Yes, but it's loooooooots of things to read and every item is hyperlinked to another page. So I miss the overview. I hope(d) that some could say, yes I have done this before and do this (fake code): calendar.User[2].AddAppointment
  11. emileverh

    Access multiple Outlook calendars

    Nobody?!?!
  12. emileverh

    Access multiple Outlook calendars

    Hi team! I have a question; I have a situation where a secretary manages multiple calendars in Outlook. So from her manager, employee 1, employee 2, etc. Is it possible to get access to all calendars of all people? For example I want to put an appointment in the calendar of 'Employee 2' via Delphi 12. I now use the 'basic' access like: try myOutlook := GetActiveOleObject('Outlook.Application'); except myOutlook := CreateOleObject('Outlook.Application'); end; etc. etc. And that works. ( I use it for sending emails ). But I don't know you to use multiple calendars.... Your help would be much appreciated! Thanks in advance, Emile
  13. Great! I work only on the Windows platform. One DLL less 😉 So the Embarcadero guys did a translation found on the SQLITE.ORG source code to Delphi-Pascal?
  14. May be a stupid question; but I am correct with the option 'EngineLinkage -> sIFDEStatic' I don't need any external DLL? ( Now I deploy sqlite3.dll to all my clients ). Or is this other behaviour...
  15. emileverh

    String literals more then 255 chars

    They heard my voice ;-)) https://blogs.embarcadero.com/yukon-beta-blog-delphi-language-modernizing-string-literals/
×