Advertisement

Experts have come up with some helpful tips for getting a solution to your problem fast.

 

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

 
Time Tested Delphi Programming Solutions: 3751 - 3775 of 9232
 
Hello All;  I feel stupid asking this guestion, as I use to know how to do it. But have forgotten. The program is going to be installed into what ever directory that The User chooses, ...
Are there any experts here experienced in using SQLite with Delphi? I want to try it as an alternative to Access - but what exactly should I download and install? There are so many different t...
Hi all I want to  move through all rows of DBGrid(TDBGRID)  to find a record that matches my search criteria ,then if I found the row I want --> I want to select it and show it if it's hidd...
I am looking for a free zip and unzip component for delphi that does NOT use external DLLS. I have tried the components from the Jedi group as well as the SciZipFile component and the jbzi...
Hi, I am deploying an application that includes video content which is compressed using Windows Video and Audio Codecs. I want to include the codec installation packages with the software. ...
Hi I know how to make a tooltip like balloon. and when a mouse go over the component it will be activated. I want to activate it myself; for example activate it for an unlimited times, ...
I am using an IdHTTP component.  Whenever I try and do the following I get the  "HTTP/1.1 400 Bad Request" error.   Form1.Memo1.Lines.Text := HTTP.Get('http://www.url.com'); Can someone ...
Hi all, I am writing a component (TMyComponent) in witch a TQuery is embeded. This Query is a property of TMyComponent. In order to be abble to access to the Query properties at design time, ...
I need to change the Tab order of several groups of components in a Delphi 4 project. Every time I alter the order of a component other components change value. Is there any simple way to se...
I'm having a problem UTF-8 Web pages.  Like for example, Arabic text comes back with the wrong characters.   All I'm doing is: strHTML := http.Get(strURL); I also tried: strHTML :...
Hi, Can someone point me to an example of how command handlers are being used for TIdTCPServer? It's for Indy 9 (Delphi 7). I am not sure how the command handlers are tying into TidTCPServe...
Environment: D5 Pro... I need to populate a dropdown list with the names of all Fixed Pitch true type fonts that are installed on the system.  How do I do that? An example of fixed pitch...
Hi experts, [Fatal Error] Klimax.dpr(1): Unit not found: 'System.pas' or binary equivalents (DCU,DPU) Thats the error i am getting when i am trying to run the project Klimax.I am getting...
Hi, I want to insert oleobject to olecontainer in runtime to open different ole object.For example word,excel,powerpoint. But I dont want to choose ole object from the olecontainer's object ...
Hi, I'm knew to this exhange.  I found you doing a google search on another issue.  I'm very impressed with the knowledgebase here.  Perhaps you might be able to help me solve a problem I h...
My problem is this... i've got all the calls down nicely.... when i call MapiSendMail(.....) it puts my message in the OutBox of Outlook... How do i force Mapi to actually send the mess...
Hi, I hope someone can help me out with this: My programm lists some items. With a double click on a selected item, the item is being transfered into a ms-word document. The "normal" Wi...
What is the best / simplist / easiest way to create an output from a dataset to XML in delphi 5. Kristian
Hi everyone. I am having troubles with indys tcpclient and tcpserver. I can't see why it can give so many problems just to disconnect a thread. It gives errors and everything. Just wa...
Folks, I need to draw the SubItems of a listview manually. My Problem is, how to determine the leftposition of a subitem (i'm currently doing this with the columns-property of the listview)...
How would I go about converting this string which is a C unsigned char array into a delphi string ? in C its assigned by unsigned char buf[] = "\034\026a\031\017x3i\035\032=\026"; In C ...
Innerfuse Pascal Script III (IFPS3) How to work with events of some component ? For example : ----- Edit1.OnChange ----- E-Mail: ck@carlo-kok.com NNTP: news://news.carlo-kok.com...
I think there is a possiblity to use dbcheckbox upon a dbgrid. Unfortunatelly the code herefore on the web is partly unusable because in D5 the OnDrawDataCel event has become obsolete (see gno...
I am trying to pass a parameter to a Crystal Ver 7.0 report, ideally a specific record for the report generator to print, but I am not too sure of what property to use in the TCrpe component...
How can enumerate the number of installed COM ports on W9x or NT. Phil.