Re: [web2py] powertable question about get_category_name

2011-02-26 Thread rochacbruno
That function was used in the example just because there was a bug with represent for referenced fields, I guess that bug is fixed and this function is now useless. The case is that a SQLTable (which is the base of powerTable) was not showing format or representation, instead it was showing No

[web2py] powertable question about get_category_name

2011-02-26 Thread tomt
Hi, I was trying to learn more from the powertable example, specifically how the represent options in the field definitions work. db.define_table('products', Field('category',db.category,label=T('CategoryW'),represent=lambda c:get_category_name(c)), I deleted the get_category_name function def