Search found 3 matches

by Goose
Tue Mar 22 2005
Forum: Delphi Community
Topic: DBLookupComboBox
Replies: 0
Views: 11133

DBLookupComboBox

How do you clear a DBLookupComboBox.Text?

I can not seem to get the component to reset after a change is made to the table it is linked to. i.e. It saves the text of the record I just deleted.
by Goose
Tue Mar 22 2005
Forum: Delphi Community
Topic: Need help with a query
Replies: 1
Views: 12275

I didnt have the proper syntax, left out ticks, should have had last line like this:

Query1.SQL.Add ('WHERE Entity = ''' + DBLookupComboBox4.Text + '''');
by Goose
Mon Mar 21 2005
Forum: Delphi Community
Topic: Need help with a query
Replies: 1
Views: 12275

Need help with a query

Hi, I have not programmed in a few years and forgot more than I remembered. I am trying to make a simple program that has a GUI to access 2 tables. My 2 tables are: MasterEntity.db (Contains a list of stores, field name "Entity") DetailEntity.db (Contains stores and store numbers, fields a...