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

2013-02-20 Thread Alan Etkin
> > 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. > <...> are placeholders for whatever function names and list object you are handling. I can think of two options: The first <...> is f act

[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,

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

2013-01-31 Thread Tim Richardson
There is a spreadsheet example included in web2py. I haven't used it yet. It sounds like a good place to start. http://www.web2py.com/examples/spreadsheet/index -- --- You received this message because you are subscribed to the Google Groups "web2py-users" group. To unsubscribe from this gro

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

2013-01-31 Thread Alan Etkin
> > Now, i thought this would be easy but it has been harder than it seemed. > How can i define an array (of 15*50 for example) that accepts numeric > values, doesn't need to store them anywhere apart from that session, and > doesn't need to allow calculation with them as the spreadsheets i've