Advertisement

1 - 10 of 46 containing alltags:("Delphi, Pascal") (0 seconds)
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...
Zones: Delphi Programming, Delphi DatabaseDate Answered: 03/23/2008 Grade: A Views: 51
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
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: ...
Zones: Pascal, Delphi Programming, Delp...Date Answered: 05/24/2008 Grade: A Views: 0
I want to find a fast way to read large(100mb+) text files and parse them into a ListBox(TStringList).
Zones: Delphi Programming, PascalDate Answered: 01/26/2008 Grade: A Views: 18
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.
Zones: Delphi Programming, PascalDate Answered: 02/02/2008 Grade: A Views: 0
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 ...
Zones: Delphi Programming, PascalDate Answered: 02/07/2008 Grade: A Views: 23
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...
Zones: Delphi Programming, PascalDate Answered: 02/15/2008 Grade: A Views: 18
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,...
Zones: Delphi Programming, PascalDate Answered: 02/21/2008 Grade: A Views: 40
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...
Zones: Delphi Programming, PascalDate Answered: 02/24/2008 Grade: A Views: 15
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       ...
Zones: Delphi Programming, PascalDate Answered: 02/27/2008 Grade: A Views: 23