Advertisement

900 organizations, including eBay, Ericsson and Lockheed Martin, now work smarter with Corporate Accounts. Save up to 42%!

 

Welcome! If you have any general questions about Experts Exchange, feel free to ask me.

 
Top Delphi Solutions: 1 - 25 of 77
 
Hello! I have a simple Delphi 2007 app with a button and a THTTPRio component. I have used the WSDL importer to got the the methods from a webservice. When I call some method from the we...
My question is 2 part: 1). I have a legacy Delphi 7 application that  has a very large file and uses a saved double value to find items  when seeking in the file. It always stores just inte...
I have developed an IE toolbar. Its functioning fine. There is a problem related to Popupmenu. When IE is launched Its functionality is perfect. In IE 6 & IE 7, whenever I open a link in a n...
I have Data in a XML File and I want to Populate a DATASET with the DATA, I have tried a ClientDataSet with a .XTR File and it works, But I do not WANT Any Files on DISK that I have to ...
I recently had the problem with the windows root system32 hal.dll missing or corrupt files thing. I followed the instructions to fix it from this website by basically reinstalling my windows x...
I Have 2 dates and times                   hh mm ss     07/11/2008 02.58.55 PM  from computer date time 09/11/2008 03.15.00 PM from manual input I want to seup a count down showing the...
hi i'm using Delphi7  and SQL Server 2000 i have a DBF file  and i want to import it into my SqlServer i made a DTS Package in SQLServer to import data to it , but i dont know how can i use...
Allo experts,  I have thiws error : [Pascal Error] EmailLogIn2.pas(172): E2010 Incompatible types: 'IDispatch' and 'Cardinal' When I run the code the fallowing code. I want to find a way...
Hi experts, - I'm using "direct oracle access" with delphi 5 - one ReadOnly Query selects some records from a certain view and - at the same time - - another ReadWrite Query selects one of ...
I am moving an application written on Delphi7 (running currently on Visa). When I open the project on Delphi 2009 and I try to compile , I get the following error: [Pascal Fatal Error] Form...
Hi,  i have tried a few times but keep getting a error on removing the progressbar The finished thing i want to end up with is a listbox with files, a button to start the threads off and the...
In an app I have a background thread sending messages to the main-thread and I want to assure there is not any message left in the message queue at app terminate. Every now and then I get memo...
H! I;m tesing Delphi2009 Jason server with DBEXPRESS M Question is that when I update some record's data  at client ap;the changed data will be in "DELTA" and through "DSProviderConnection1...
I have a form called "ProcessingForm" with a label "Processing. Please wait..."  I want to show this form.for different times according to circumstances (when various processes are being carri...
Good day to All. I'm new here and hope someone can help me. I'm using Delphi 5's TNMSMTP component to send E-Mail from my application. I don't receive Email here. On some Host's, (Like smtp...
Hi experts i have 6 files in different formats example  *.zip, *.text, *.csv, etc How can I download these files from FTP site. Also my file name is not constant example today my fi...
Hi, I'm using the following block of code to filter mysql records.         mysqltableClients.Filtered  := False;         mysqltableClients.Filter    := 'contractor = '      + QuotedStr(co...
Using Delphi 7, I need to create an application that can be used to show wiring between objects, thus a graphic application to which one can add as many as required graphic objects represented...
Hi Experts I got this code from Ciurly a while back, and thought it worked fine. But unfortunately, my ignorance of setting up the SaveDialog options, led to a near disaster. I was struggli...
I use Delphi 2006. I tried using the ComInit unit, which I know is called, but I keep getting the CoInitialize error unless I call it before execute (and call coUninitialize after the try fin...
Hello, I have an application that I created in D7, and when I schedule a task, the task is scheduled correctly and executes at the designated time.  However, if the application is open, it ...
Hello, I need to use ActiveX component from a another software provider The method get as parameter an OleVariant but this is an array of byte , this method is used to send a buffer over t...
There are a number of Delphi 5 packages, the files with extension "dpk", that are dependencies for a number of projects. The packages are developed within the company, i.e. one has their f...
I have two desktop applications running on the same machine.  One is written in C# at targets Net 2.0.  The other is written in Delphi for Win32.  What I would like to do is have the two appli...
Hi, Am creating a little movie browser application on my own and stumbled into a little problem. I have managed to get my Delphi application recieve remote codes using WM_INPUT, but when it...