I'm able to delete or add fields to an Access table using Delphi code but am struggling to do the same with an Excel table.
The ALTER TABLE SQL syntax I use with Access doesn't seem to work whe...
http://www.experts-exchange.com/Programming/Languages/Pascal/Delphi/Q_23181971.html
How can i retrieve the computer's BIOS date with Delphi Pascal (16 bits version)?
I tried memory location Mem[$FFFF:$0005] but this gives a general protection failure
http://www.experts-exchange.com/Programming/Languages/Pascal/Q_10020272.html
Zones:
PascalDate Answered: 10/14/1997 Grade: A Views: 0
Hi Experts,
I think i have a bit of a tricky situation here.
I have a client that requires some General Ledger Tools written and they have some very specific criteria.
The criteria is:
...
http://www.experts-exchange.com/Programming/Languages/Pascal/Q_23100922.html
I want to find a fast way to read large(100mb+) text files and parse them into a ListBox(TStringList).
http://www.experts-exchange.com/Programming/Languages/Pascal/Delphi/Q_23102856.html
I'm basically trying to get the company name in dll's. Anyone know of a way other than VerQueryValue(). Iit wasn't returning it yet I know that the Company Name is filled.
http://www.experts-exchange.com/Programming/Languages/Pascal/Delphi/Q_23132524.html
I am using Delphi to create a virtual user that fills in a form in another application. In this form, there are some cases where certain fields get filled in and other times where they do not. I ...
http://www.experts-exchange.com/Programming/Languages/Pascal/Delphi/Q_23141350.html
The attatched snipped is what I am trying to translate:
What I have so far is this and it likes to give an access violation:
const
cmtNormal : Integer = 0;
cmtSystem : Integer = 1;
cmt...
http://www.experts-exchange.com/Programming/Languages/Pascal/Delphi/Q_23167162.html
Hi all,
I have a cell in an Excel spreadsheet that consists of a title and a value. I need the value underlined, but not the title. (ex. Project Name: My World - my world would be underlined,...
http://www.experts-exchange.com/Programming/Languages/Pascal/Delphi/Q_23178312.html
This might be simple, it might not(Most likely is). I'm looking for a fast routine to check if the bitmap has anything besides the color black and white, no greyscale or RGB. Also the bitmap will n...
http://www.experts-exchange.com/Programming/Languages/Pascal/Delphi/Q_23187670.html
Hi all,
I am trying to create a drop down field in an Excel spreadsheet from Delphi
Here is the code from the macro in Excel:
Range("D11").Select
With Selection.Validation
...
http://www.experts-exchange.com/Programming/Languages/Pascal/Delphi/Q_23195354.html