Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations IamaSherpa on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

graphic lookup field

Status
Not open for further replies.

Guest_imported

New member
Jan 1, 1970
0
I'm trying to use Delphi 4 to display a table in a TDBCtrlGrid. One of the fields in my table is a string field that identifies a logo (graphic), and I want to use a second table to display the actual graphic logo (rather than the logo name). So I created a lookup field in my TTable, set the keyField, lookupKey, ResultField and dataset to point to the second table that maps the logo names to the actual graphics. However, when I try to make my TTable active, I get a DBException, saying that the logo field (my new lookup field) cannot be a lookup or calculated field. Any idea why not?
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top