Most voted "delphi-6" questions
Version 6 of the Delphi compiler, created by Borland in 2001, along with the first version of Kylix.
Learn more…9 questions
Sort by count of
-
8
votes2
answers483
viewsAVG accuses Windows Service Application infection if Windows Firewall addition command is present
I have an app that’s a Windows Service (Windows service) and because of facilities I am seeking to add a method to add it to Firewall of Windows automatically. Thus: procedure…
-
7
votes1
answer664
viewsSOAP communication error. Lack of XML tag ending character
It took me a while to implement communication with Webservices SOAP in legacy applications written in Delphi 6. The Webservices I needed to communicate with these systems were written in Delphi…
-
6
votes1
answer1270
viewsPrint Oleobject ("word.application") with Delphi
I’m trying to print an interval of pages from objeto OleObject ("word.application") in the delphi 6 and I’m not getting it. Using the printout(false) = I can successfully print, but I want to print…
-
4
votes1
answer747
viewsHow to implement a process queue in Delphi 6?
How to implement a process queue in Delphi 6 as the TThread.Queue of the newer versions? What I need is to implement a queue for recording logs with Delphi 6. In the newer versions I have the…
-
3
votes1
answer175
viewsHow to know if Lan’s IP was set manually or dynamically?
It is possible, maybe through WMI or using another technique, know if a computer is with your Local network IP (LAN) physically set (manually) or dynamically (usually by DHCP)? Like?…
-
3
votes2
answers2519
viewsThread containing connection components to the database generates an exception when they are released from memory
I needed to add some threads to carry out certain processes in the background. This thread accesses the methods of a Webservice and also performs operations in the database. I create all the objects…
-
2
votes1
answer918
viewsWindows Service and auto-update process being accused of viruses by Avast
My application Windows Service made in Delphi 6 is being accused as virus by Avast in the process of self-updating. Just when the executable construction process, after the build, is finished Avast…
-
1
votes0
answers10
viewsSearch for content in more than one column (Ttable)
I am developing an application in Delphi 6, that I need to perform a search in more than one field in a Ttable, using only a search field. Currently, the search is being done only in a field looking…
-
0
votes2
answers83
viewsMysql connection to Delphi6
I need to make database connection MySQL using DELPHI6. Someone has a solution?