I did
find . -exec grep represent {} \; -print
and looked in sql.py and sqlhtml.py but I can't locate the represent
that does this:
db.student.represent=lambda row: TABLE(TR(row.last_name))
where can i find it?
Ok I found it in sql.py in "class Field(Expression):"
Where is the "table.represent" or such and now where is it used in
view presentation?
thx,
-wes
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups
"web2py-users" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to
[email protected]
For more options, visit this group at
http://groups.google.com/group/web2py?hl=en
-~----------~----~----~----~------~----~------~--~---