how about:

db.t_status.f_name.represent=lambda f_name: T(f_name)

On Jul 15, 9:27 pm, Kenneth Lundström <kenneth.t.lundst...@gmail.com>
wrote:
> I have a requires with IS_IN_DB like this:
> IS_IN_DB(db(db.t_status.id > 0), 't_status.id', '%(f_status)s / %(f_name)s')
>
> I d like to translate the f_name with T(). Is it possible?
>
> Kenneth

Reply via email to