[web2py] Re: double entry in sqlform

2013-02-25 Thread 黄祥
a, i c, thank you so much for your hints, nihplod, actually, i'm still learning from the book too, on part : http://web2py.com/books/default/chapter/29/07#SQLFORM-in-HTML, so that when i test it, i found the problem. -- --- You received this message because you are subscribed to the Google G

[web2py] Re: double entry in sqlform

2013-02-25 Thread Niphlod
process() does the insert for you (that's the whole point of having a *SQL*FORM). If you need to manage the insert/delete/update in your own way, you need to http://web2py.com/books/default/chapter/29/07#SQLFORM-without-database-IO PS: you said over and over to be a newbie and to have looked