I tried widget and it still shows all the fields and data. -wes
On Wed, Nov 18, 2009 at 8:17 AM, mr.freeze <[email protected]> wrote: > > Is the form readonly? What happens if you set the widget instead?: > db.student.widget=lambda row: TABLE(TR('yep')) > > On Nov 18, 8:45 am, Wes James <[email protected]> wrote: >> In db.py i have: >> >> db.student.represent=lambda row: TABLE(TR('yep')) >> >> just to see what happens with >> >> {{=form}} (in my previous email /app/default/profile) >> >> but it seems to be ignored. Any idea why? I put a break point in >> there in wingide and it seems to process the line. >> >> 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 -~----------~----~----~----~------~----~------~--~---

