Posted: Fri Sep 22, 2006 6:07 am
the following code in the fields ini of my table does the trick to make these fields from a different table show up in the list wiew...
but not in the details view...
is there a easy way to make these fields show up in the details view as well?
cheers
martin
__sql__ = "select
u.*, a.local_id,a.title, a.text_block
from
newsletter u
left join
(
select
local_id,title, text_block
from
workflow
group by
local_ID
) as a
on
a.local_ID=feature1"
but not in the details view...
is there a easy way to make these fields show up in the details view as well?
cheers
martin