Jump to content

Olli73

Members
  • Content Count

    37
  • Joined

  • Last visited

Community Reputation

6 Neutral

Recent Profile Visitors

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

  1. Olli73

    TEdit problem capital letters (Delphi 12, Android)

    Therefore I asked if it is Samsung! Samsung can everything except software! 😚
  2. Olli73

    TEdit problem capital letters (Delphi 12, Android)

    Then setting the control type to platform should work, as I have mentioned.
  3. Olli73

    TEdit problem capital letters (Delphi 12, Android)

    Happens that only in Delphi Apps? Then try to set the control type to platform for the edit. When it happens in all apps, which smartphone do you use? Samsung?
  4. Olli73

    Edge Webview2 Environment

    Is 32 / 64 bit matching between your app and webview?
  5. Olli73

    ClientDataSet Wrong Aggregate

    Try a Select Sum(Round(Price * Qty, 2)) as Total or Select Round(Sum(Price * Qty), 2) as Total And what is the FieldType in ClientdataSet?
  6. Try Bitmap32 from https://github.com/graphics32 TBitmap is not Threadsafe in most cases.
  7. Olli73

    TRestRequest and IOS...

    Is at this place something filled in "restResponse1.Content"? Is the value later (after the Handler) filled? And what is the StatusCode of the response?
  8. Olli73

    TRestRequest and IOS...

    In case of ExecuteAsync, have you used the ACompletionHandler Parameter instead of the Afterexecute event and also set the ASynchronized Parameter to true?
  9. Olli73

    TRestRequest and IOS...

    Instead of creating your own thread/task, you could/should use "RestRequest1.ExecuteAsync(...)".
  10. Olli73

    My app dies in Server 2019

    Do you use a DLL and have also in Windows event log something with "KERNELBASE.dll"? I could only solve such an issue by including the DLL code into program.
  11. Download works out of the box, upload not. You must have a PHP Script, a CGI, a ISAPI dll or an own server to be able to upload files.
  12. What did you install / configure on Apache server side to accept uploading files?
  13. Olli73

    Deployment to IIS

    Not much information. I would also create a logging in the ISAPI dll.
  14. Olli73

    Deployment to IIS

    Not sure, my experience with IIS is a long time ago, but it could be here: %SystemDrive%\inetpub\logs\LogFiles
  15. Olli73

    Deployment to IIS

    Are you loading DLL's or other files you expect in root folder?
×