can we have more than 1 column field in the lookup window?
Posted: Thu Feb 25, 2010 8:44 am
Hi,
I am using widget:type = lookup with widget:table = address where I want to select an address for a new contact. It works great but the only issue I have it that it only display the field addresse1 in the widget and not the entire table fields such as city, zip code and country ...
Is there a way to say to the lookup widget to CONCAT field from the table it is looking at?
Thankyou
Fabrice
my setup
table = address
fields.ini (from contact)
I am using widget:type = lookup with widget:table = address where I want to select an address for a new contact. It works great but the only issue I have it that it only display the field addresse1 in the widget and not the entire table fields such as city, zip code and country ...
Is there a way to say to the lookup widget to CONCAT field from the table it is looking at?
Thankyou
Fabrice
my setup
table = address
- Code: Select all
address1 (varchar 64)
city (varchar 32)
zip code (varchar 16)
country (varchar 32)
fields.ini (from contact)
- Code: Select all
[adr_id]
widget:type = lookup
widget:table = address