Jump to content

corneliusdavid

Members
  • Content Count

    409
  • Joined

  • Last visited

  • Days Won

    6

Posts posted by corneliusdavid


  1. I've written a fairly small web app for testing and learning using WebBroker that makes a few InterBase database queries and I've got it working as both an ISAPI DLL under IIS on Windows and as an Apache Web Module for Apache 2.4 on Windows. I'm now testing it under Apache for Linux and while a simple database query still works, another part of this app does not.

     

    One of the web actions is hooked up to a TDataSetTableProducer and it requires a wait cursor (TFDGUIxWaitCursor) in order to work.  That component has a Provider property where leaving it at the default of FMX worked just fine for Windows versions (IIS and Apache) but fails under Apache for Linux. I tried changing the Provider to Console and replacing the used units but that did not help.

     

    Does anyone know how to use datasets for Apache web modules under Linux using FireDAC which requires a wait cursor?

     

    Reference: http://docwiki.embarcadero.com/Libraries/Sydney/en/FireDAC.Comp.UI.TFDGUIxComponent.Provider


  2. On 7/29/2019 at 5:09 AM, Dave Nottage said:

    Go to the Project Options, select Application > Entitlement List and check the Secure File Sharing checkbox.

    This is a two-year old post but I just want to say a big THANK YOU for this answer. I spent the better part of a day in anguish over this very problem where a demo program worked just fine but copying the code to my program did not. After comparing everything between the two projects and hunting around the internet for possible answers, I finally found this and it was solved immediately!

    • Like 1

  3. I just had this exact same problem today, did a search, found your post and answer and joined this forum just to say THANK YOU for posting both the question and the answer. 

     

    I had updated xcode to try and deploy to an iPhone but the iMac I was using was too old and ran into incompatibility problems.  In the course of downloading an older xcode and trying to update libraries, I think it got stuck into the wrong directory and I was unsure what I did.  Seeing your post made everything clear and fixed it immediately.

     

    Thanks again!

    David.

    • Like 1
×