Questions tagged as 'delphi'

0
answers

Creating Web Services (Soap / XML) Delphi

I'm trying to create a web service (SOAP) in Delphi that returns the sum of 2 numbers. But when I create the .exe and I set up the virtual directory folder to run it I get this image As a beginner in Delphi I can not detect the error. u...
asked by 09.03.2018 / 18:09
1
answer

query receive value from another query

There is a way for one TIBQuery to receive the other TIBQuery. For example: Query1.Close; Query1.Open; Query2 := Query1; if Query2Valor1.... // segue a lógica     
asked by 14.03.2018 / 13:08
0
answers

How to display windows virtual keyboard when cursor is in Edit?

Good afternoon. I made an application to run on the tablet that the S. is a Windows 10. In this screen has some edit and clicking on some edit is not showing the virtual keyboard. Windows is in tablet mode and even then it does not show, but in...
asked by 07.03.2018 / 18:15
0
answers

Connect multiple logins via IMAP!

I have several accounts in the PROVIDER EARTH here of the company, and I created a program that will check the email from time to time. So far so good, the program is working when it's just a login. It turns out that since we have multiple ac...
asked by 05.03.2018 / 23:27
1
answer

Unix Time for TDateTime

I need to convert a time received in a json in the format 750382 to 00:12:41 in delphi has the UnixToDateTime () function more only works if I receive the full date and time, but in this case I only receive the time, the full date and time...
asked by 05.03.2018 / 19:18
0
answers

Formatting TextBox with MySQL Commands

How do I format a textbox with MySql commands eg if I type "select" it turns blue,     
asked by 27.02.2018 / 15:31
1
answer

WebService SPC Brazil: The systems can not find the file specified - SOAPAction: ""

I'm consuming the SPC Brazil WebService and imported the WSDL from the following address: link After importing the WSDL and implementing the query the following error occurs: The system can not find the file specified. - URL: link - SO...
asked by 27.02.2018 / 13:31
1
answer

Handshake failure IdHTTP - Encapsulate digital certificate

Reformulating the question ... I was able to get response from webserve, but it is returning the following error: I need to encapsulate a digital certificate next to the request and I do not know how to do this, so I researched I nee...
asked by 28.02.2018 / 15:16
2
answers

Delphi application with TWebBrowser does not leave the list of processes?

I made a test program to show colleagues what is happening, I'm using the TWebBrowser component to show a text works in a good, it happens that when I close the application it does not leave the list of processes generating a disorder, because b...
asked by 21.02.2018 / 19:09
1
answer

Problem with listview layout Delphi 10.1 Berlin

I have a problem in the layout of the listview, when I put it in the form and compile it to show the records, so far as it appears the records on the screen show everything in bold, the records that are appearing next when the listview comes up...
asked by 26.02.2018 / 20:11