> Not a bad idea. Maybe have a look at how SQLTABLE and SQLFORM.grid (both 
> in gluon.sqlhtml.py) handle field representation. Very simply, we might 
> add a method to the Row class allowing something like:
>
> row.represent('myfield')
>

Actually, Row objects don't know about their db/table, so you'd have to 
pass that in somehow. Rows objects do know their db, so it would be easier 
for an entire Rows object.

Anthony

-- 

--- 
You received this message because you are subscribed to the Google Groups 
"web2py-users" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
For more options, visit https://groups.google.com/groups/opt_out.


Reply via email to