Delphi 7 Questions and Answers

Recent IT Questions

1 - 4 of 4
<<PREVIOUS 1 NEXT>>

Date problem with Delphi 7

I am trying to select records where the date is smaller that a specific date by using Delphi 7. The data is stored in a MS access 2000 database. dtsdate.DataSet := qrydate ;  qrydate.Active := false ;  qrydate.SQL.Text := ' select * from datum where datum < 1994/02/05' ; qrydate.Active :=...

Answer Question   |  Aug 30 2009  8:48 PM GMT
SQL, Delphi 7, Microsoft Access
asked by Marieps

  5 pts.

Using TRichEdit: What color is this line?

I am using Delphi 7 and a TRichEdit component that has various colored lines in it. For example, text on lines 1 through 10 is clRed, lines 11 through 14 are clGreen, lines 15 through 25 are clRed, lines 26 through 27 are clGreen, etc... What I would like to do is generate events that would...

Answer Question   |  Jun 27 2009  6:31 PM GMT
Delphi, Delphi 7, Delphi 5
asked by Sandisk

  25 pts.

Access violation in dcc70.dll

Hi, I'm trying to run a delphi (V 7.0) application and as I hit the run button I'm getting an 'Access violation at address 00ACF337 in module dcc70.dll. Read of address 000000C4' error message. I used a dcc70.dll repair tool and the problem was not solved. Any idea of how to fix this problem? Any...

View Answer   |  May 7 2009  2:16 PM GMT
Delphi, Delphi 7, Delphi 7.0
asked by Samiwayne

  45 pts.

Populating one combobox in Delphi 7 from another?

I have one combobox in which you select an option. What is the sql used in the query to restrict the second combobox depending on the first value. All I seem able to get is: [SELECT Name_Of_Race FROM Races WHERE Name_Of_Allegiance = DBLookupComboBox1.Value] Here, when I press the button to set...

View Answer   |  Mar 27 2009  2:55 PM GMT
Delphi, ComboBox, SQL
asked by RavenMoon

  5 pts.

1 - 4 of 4
<<PREVIOUS 1 NEXT>>