I execute an oracle script (Dos Window) with this code :
ShellExecute(HandleCMD, 'Open',PChar('c:\omf231\test.cmd'),PChar('A0000001-CQ1-00'), PChar('c:\omf231\'), SW_MAXIMIZE);
How can I get retu...
http://www.experts-exchange.com/Programming/Languages/Pascal/Delphi/Q_20091990.html
Currently creating a project to interface with an access2000 database. One field in a table contains an OLE link to a word document. How do I activate this document for editing if there is one t...
http://www.experts-exchange.com/Programming/Languages/Pascal/Delphi/Q_20186008.html
i need to test connection of all the computer in my net.
http://www.experts-exchange.com/Programming/Languages/Pascal/Delphi/Q_20739899.html
Delphi
as i use for loop to get my increment date as code shown below
A := fieldbyname('Fieldname').AsDateTime;
for i := 0 to 5 do
begin
B := incday(A);
insert; //ins...
http://www.experts-exchange.com/Programming/Languages/Pascal/Delphi/Q_23199606.html
how can i fix the position of the form1 window.I dont want the window go here and there every time i click the button.i want it be fix in one place.
http://www.experts-exchange.com/Programming/Languages/Pascal/Delphi/Graphics/Q_23200803.ht...
I downloaded and installed a component into delphi, then moved the project.
Everytime I open the project, there is a message it cant find blah.dcu, I have installed it already, and when I instal...
http://www.experts-exchange.com/Programming/Languages/Pascal/Delphi/Q_23633877.html
I have an edit box that accepts upto 25 digit long amounts. How can I store the entered 25 digit amount into a database like MYSQL from delphi5.
http://www.experts-exchange.com/Programming/Languages/Pascal/Delphi/Delphi.net/Q_23890624....
Zones:
Delphi .NetDate Answered: 11/14/2008 Grade: B Views: 0
I try to get list of date from table and then do some calculation on it and put it back to the database.If seems like encodedate function cannot work with database as i wrote this code.WHy?
...
http://www.experts-exchange.com/Programming/Languages/Pascal/Delphi/Database/Q_23189539.ht...
Hi,
I am preparing the bugdet for Y2K concerning new software and software upgrades. We are currently using Delphi 4 Client/Server and I would like to know if upgrading to Delphi 5 Enterprise i...
http://www.experts-exchange.com/Programming/Languages/Pascal/Delphi/Q_10218786.html
Hi Experts again,
I've come accross a new problem concerning Delphi5 and Delphi4. You might know how to fix this. The speed of the TTreeView has rapidly decreased when upgraded to Delphi5. What ex...
http://www.experts-exchange.com/Programming/Languages/Pascal/Delphi/Q_11186996.html