Hello,
i use sqlformgrid and like this :
controller:
def art_manage():
    records= SQLFORM.grid(query=db.t_art,maxtextlength = 
40,deletable=False,create=True, fields=[db.t_art.f_name, db.t_art.f_team, 
db.t_art.f_tit])
    return dict(records=records)

view:
{{=records}}


the records displayed are good and i let the possibility to add records 
(create=True). 
My question is : when i add a record and i submit i would to exectue a 
function , how can i do ?
Thank you

(i know how to do with form .. if form.process (onvalidation .. and so on)

-- 
Resources:
- http://web2py.com
- http://web2py.com/book (Documentation)
- http://github.com/web2py/web2py (Source code)
- https://code.google.com/p/web2py/issues/list (Report Issues)
--- 
You received this message because you are subscribed to the Google Groups 
"web2py-users" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To view this discussion on the web visit 
https://groups.google.com/d/msgid/web2py/399f0935-40d6-4277-829e-2fe5f7f0784bn%40googlegroups.com.

Reply via email to