:D Looks good! I'll have to check out trunk and try it out.
Thanks for the answers (makes me feel like I'm getting pretty good with web2py) and especially for the code! -C On Thursday, 20 June 2013 22:08:27 UTC-5, Anthony wrote: > > FYI, see possible solution here: > https://groups.google.com/d/msg/web2py-developers/kMMG1wH6Xxg/pCYZfJGHVckJ > > Anthony > > On Thursday, June 20, 2013 8:22:54 PM UTC-4, Anthony wrote: >> >> >> 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.

