[web2py] a spreadsheet-like-table for user inserting data

2013-01-31 Thread Filipe S.
Hi folks. I'm completely new to web2py, having discovered it only this week, so i apologize if this question has been ansewered already or if it is too basic. I'm working a on putting a simple assessment tool on the web, for a scientific goal. I have written a dozen of functions that act on

[web2py] Re: a spreadsheet-like-table for user inserting data

2013-02-20 Thread Filipe S.
Hi! thanks a lot for your reply, i'm trying to implement your answer but i'm having a couple of issues for which i'm not sure what's the solution. your code reads: form = FORM(SELECT(*[OPTION() for f in ], _name="function"), table) There's two things here i don't understand: first,