2000 organizations, including eBay, Ericsson, and Lockheed Martin, now work smarter with Corporate Accounts. Save over 36%!

 

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

 
Top Delphi Programming Solutions: 151 - 175 of 321
 
Hi all, In my (Delphi 7) MDI application I do this: * open main form (wsMaximized - as designed) * show a log-in screen * after logging in I restore the main form position and size as per...
If I have the following simple example: begin     sl.Values['Apple'] := '1';     sl.Values['Apple'] := '2';     sl.Values['Orange'] := '3';     sl.Values['Orange'] := '4'; end; And ...
Hello, Using Delphi 7 and Rave 5.0. Have a dataview and dataregions/fields on report and everything works fine. But when trying the 'OnBeforePrint' event in Rave designer with the following c...
When use a Record structure in delphi?
Hi, I've been doing some research but i couldn't find much info. I read somewhere that one can't pass tobject parameters to a dll. But we are currently doing this without any problems for s...
Dear experts, I have a very good example from Expert Espasuie that I have put in the code-section. Only because the ConnectionString is set to a specific path to the database, I am not a...
Dear Experts, Yesterday, I have asked a question if someone knows the code for making text in the richedit bold/italic/underline/bullets/numbering. I have received a good example. But in t...
Dear Experts, I have a little programm with a RichEdit on it and a Toolbar. on the toolbar I have placed 5 buttons named: ->Bold ->Italic ->Underline ->Bullets ->Numbering Now I have...
I have a TStringList containing elements of this form : something=value Is there a function, method or whatever that, if I pass it "something" will return me "value" ?
Hi Experts, I have a Windows application writed in Delphi that needs to install a global hook. On Windows XP the application works well, but when I put it on a Windows Vista or Windows 7 .....
I'm trying to get bounds of rect for each desktop icon, everything works fine except the last step (sendmessage) which returns false and I can't figure out why: var tempH: HWND; begin temp...
Dear experts, I have made a little programm with a treeview and a RichEdit on it. The treeview-nodes with its associated text will be loaded and saved to a database. I want to add a butto...
Hi guys I haven't tested this on all tables but it's happening in one case... If I run two clients, on client 1 I add a record, client 2 won't see it. So I shut down client 1, and sudde...
Hi, how i can find the windo handle with a string contain in the window title?? function FindWindowWildcard(ATitle:String):THandle; begin   ??? end;
Dear experts, I am merging a number of large text files into one. I am using Tstrings var to read the files from disk and then add them to another tstrings var using .AddStrings. The combi...
Hi, I have code that sets the fontname en size for the richedit at startup and if the ok-button of de settingsdlg is pressed. It works great. but now i use a dbrichedit instead of a rich...
Hi, Can someone tell me how to display each line of a certain file on a statusbar by each keypress initiated by a toolbar button. I have found this function, but don't know how to imple...
hi, if I dynamically create forms and mdi children (owner set to "Application"), do I need to free them on Main Form close ?
Dear Experts, I have implemented the WMCopyData message in a component. This component's should just intercept this windows message. But for some reason it don't. My implementation is ...
Dear Experts, I have put a little of a dfm-file in the code-section. Everything underneath  the line: Top = 48 is what? component? or properties of TAdotable. Can find the settings/compo...
Hi Folks, After digging through EE database and copying pasting my way into Delphi's IDE I managed to create an application which interacts with Excel. It does require some modifications...
1. Does anyone know what is the oldest version of Delphi/Rad Studio that will work on Windows 7 - 32 bit?   2. Will that version of Delphi work on Windows 7 - 64bit with XP emulation?  If n...
Our application is very RAM intensive.  It also uses TMS Components extensively (toolbars, buttons, tabs etc) with their extremely cool graphical effects.  I am assuming this also uses a lot o...
I have developed an in-process automation server (called gtroTelServer.dll) and a client (called gtroTelClient.exe) with Delphi 6.0 that I migrated to Delphi 7.0 and lately to Delphi 2009. In ...
Hello Guys I am posting this question because I coudn't find any solution with my xcbl file. I have this file as example http://www.infosoftlanguages.com/arquivos/test2.xcbl I need t...