Visit Experts Exchange from your mobile device to search, ask, and monitor your questions. Never lose touch again.

Preview From Your Desktop
 

Having problems asking a question? Have a general question about Experts Exchange? Let us know!

 
Top Delphi Programming Solutions: 101 - 125 of 319
 
Hi all, I am getting an Access Violation Error when I execute the following code...could anyone help please? Here is the code: procedure TForm1.Run1Click(Sender: TObject); var i,l : ...
When i use INDYS TidHttp get function I sometimes get a 404 error (not found). However when I enter the same address in my browser, a page is returned. So i guess BOTH an error AND a page is r...
Hi Folks, I have an error message which causes me a lof of psychological mumbo jumbo. Now I attached the procedure causing this eror but if you need more info, the complete unit or project ...
Hi, I have asked how to make text bold,italic,underlined,bullets,numbering on the Richedit. I have received code that works like a clock. I have a question about the bullets and the numb...
I have been beating my head against the wall trying to use the TMediaPlayer component in Delphi 2007. I get stack overflow errors and no video sometimes with certain mpeg files. Windows Media ...
Dear Experts, I have a programm with a Treeview on the left, a RichEdit on the right and a Listview at the bottom. I have made a MainMenu-item called Search and by clicking on it a selfma...
Hi all, I'm using Indy IdIRC to create a small IRC chat application. I have the basics down but I'm having issues when it comes to monitoring users that join/part a channel. I've test...
In a related question, the solution that worked for obtaining the default SMTP server under XP doesn't appear to work under Vista. I used RegEdit to search for the default SMTP server on my Vi...
I have an application that connects to a MSDE (SQL Server 2000) on an XP Pro workstation (Service Pack 3). I am using Delphi 7 and the TADOConnection. On start up of App it makes the connectio...
Hi all, I need a smaple code that will do the following: I need to search and replace text inside a file between 2 tags. For example: Search for: Search for <!start  and <!end and ...
Hi, I need to simulate slow download from FTP Server. My idea is to build a simple FTP server and then control the bandwidth for downloader. Indy 7 has FTP server component, but I dont k...
Hi all, I have an application in which I have lots of Tedits and Tmemo components where I add data to. I need to save all the data to a file where I can there load it back but at this poin...
i've never done localization before, and followed some instructions from codegear:   http://edn.embarcadero.com/article/32974 which shows a useful tool ("Translation Editor") that makes it e...
Hi I need to multiply a number by 1.25 so that 1000 becomes 1250, i grab data [ points ] from a website, which are worth 1.25 each. The data at first is a string, so i convert it to an inte...
I have formulae inside a TStringGrid whch are read to modify data.  eg. In the grid I have * 0.135 + 5.2 where the value I am working on has to have 13.5% added and then have an extra $5.20 ...
Dear experts, I have an application with a Treeview,a RichtEdit and 4 buttons on it. 2 buttons are for loading and saving the Treeview to and from a database. And the other 2 buttons is f...
Dear experts, I have an application with a Treeview,a RichtEdit and 4 buttons on it. 2 buttons are for loading and saving the Treeview to and from a database. And the other 2 buttons is f...
Dear Experts, i try to register class indirectly  using registerclasses.but fail  .the code showed as following.how to improve? thanks.
Hi Experts, I have written an automation server used to display scanned documents in Delphi 7.  The host system, such as an accounts payable system, interacts the server via method calls us...
Hello everybody I have a table with a field named IT_RESPSEL This field is a flag field that keeps 'S' or 'N' I want to create a procedure where I could set all the rows to the value ='N'...
Dear Experts, I have an example that uses a richedit and a treeview and 2 buttons. The 2 buttons are for making a file node and a folder node in the treeview. The treeview with its associ...
Good day I am starting on a new project, and the project consists of reading raw data and convert the data to decimal. Most of the raw data works on the ASN.1 principle and some are fixed l...
Hi Folks, I'm using the attached procedure to collect strings from an excel document. Now I want to exclude duplicates from the result. Either by modifying the procedure prior to adding the...
I am new to delphi and pascal and finding it hard to understand the flow etc. Its hard to find good resources on delphi and pascal in the web that qualify for an excellent tutorial, I dont min...
How to iterate on ComboBox that contains strings?