How to prin a lookup fields
Hi,
How can I do to print a value of a LookUp Table?
in my dbpipeline I've a IdCustomer I need to print the customer->name
table customer:
id primary key,
name varchar,
....
haw can i do?
tks
--- posted by geoForum on http://delphi.newswhat.com
How can I do to print a value of a LookUp Table?
in my dbpipeline I've a IdCustomer I need to print the customer->name
table customer:
id primary key,
name varchar,
....
haw can i do?
tks
--- posted by geoForum on http://delphi.newswhat.com
This discussion has been closed.
Comments
If the Customer, Name is located in a different table, you could either join
the two tables in a Query or you could link the two tables in Master-Detail
relationship and display the name from the separate pipeline. If these are
in a 1 to 1 relationship, the first option would be the easiest/most
effecient.
--
Regards,
Nico Cizik
Digital Metaphors
http://www.digital-metaphors.com
Nico Cizik
Digital Metaphors
http://www.digital-metaphors.com