Delphi 7 Questions

1

with Delphi-adoquery AS400 to access
My question is, with Delphi-adoquery AS400 to access, but I have AS400 member at my table. How should we proceed, I need urgent help. Thank you for everything Library table field names: my library narpak2: tables mgpyvm: Members narpak2009

Answer Question   |  June 21, 2010  7:28 AM
AS/400, AS/400 Query, Delphi 7
asked by:
20 pts.

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 := true;  in she shown [...]

Answer Question   |  August 31, 2009  8:48 PM
Access 2000, Access Database, Delphi 7, Microsoft Access, SQL
asked by:
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 [...]

Answer Question   |  June 27, 2009  6:31 PM
Delphi, Delphi 5, Delphi 5.0, Delphi 7, Delphi 7.0
asked by:
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 [...]

Answer Question   |  May 8, 2009  2:16 PM
Delphi, Delphi 7, Delphi 7.0, Delphi Access Violation, Delphi error messages
asked by:
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 the first combobox as [...]

Answer Question   |  April 1, 2009  2:55 PM
ComboBox, Delphi, Delphi 7, Delphi 7.0, Delphi ComboBox, SQL
asked by:
5 pts.

1