-
Content Count
37 -
Joined
-
Last visited
Everything posted by Olli73
-
Therefore I asked if it is Samsung! Samsung can everything except software! 😚
-
Then setting the control type to platform should work, as I have mentioned.
-
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?
-
Is 32 / 64 bit matching between your app and webview?
-
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?
-
Try Bitmap32 from https://github.com/graphics32 TBitmap is not Threadsafe in most cases.
-
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?
-
In case of ExecuteAsync, have you used the ACompletionHandler Parameter instead of the Afterexecute event and also set the ASynchronized Parameter to true?
-
Instead of creating your own thread/task, you could/should use "RestRequest1.ExecuteAsync(...)".
-
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.
-
How to access a Windows shared folder from Android
Olli73 replied to KimHJ's topic in Cross-platform
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. -
How to access a Windows shared folder from Android
Olli73 replied to KimHJ's topic in Cross-platform
What did you install / configure on Apache server side to accept uploading files? -
Not much information. I would also create a logging in the ISAPI dll.
-
Not sure, my experience with IIS is a long time ago, but it could be here: %SystemDrive%\inetpub\logs\LogFiles
-
Are you loading DLL's or other files you expect in root folder?
-
Servers mostly send only an "internal error", so that hackers have not much information about an issue (Vulnerability). So only a log on server can tell you more.
-
Your answer body in readable format: Could be an issue in your dll or other internal issues. Is your DLL 32 or 64 bit and it is propper configured in IIS? EDit: You must search / find a server log...
-
So you can add a sub item: LsubItem := ListView1.Items.Add; LSubItem.Text := 'Sub-Item'; LSubItem.Parent := LItem; But I think you should try TListBox. FMX list box is more comparable to VCL list view.
-
Httpcliet (post) x Httpserver (Passando parametros)
Olli73 replied to IltonK's topic in ICS - Internet Component Suite
try OnPostedData event -
Httpcliet (post) x Httpserver (Passando parametros)
Olli73 replied to IltonK's topic in ICS - Internet Component Suite
Which error message? At which place (event) are you? -
Httpcliet (post) x Httpserver (Passando parametros)
Olli73 replied to IltonK's topic in ICS - Internet Component Suite
You try to read "parameters", but send data in body!? Then you must read body of request, -
Httpcliet (post) x Httpserver (Passando parametros)
Olli73 replied to IltonK's topic in ICS - Internet Component Suite
Is "data" variable of type string? Then try with Ansistring please, -
Error sending data: (12029) A connection with the server could not be established.
Olli73 replied to mazluta's topic in Network, Cloud and Web
"Access-Control-Allow-Origin: *" and Credentials / "Access-Control-Allow-Credentials: true" do not work together. Try with "Access-Control-Allow-Origin: null" or better a propper address. -
I am aware of issues with AI, Too often AI has invented Delphi functions which would be practical but are not available. I wanted only mention what AI has to say about this...
-
OK, but Copilot tells me: