good idea it works , thank you

i have to practise more


Le jeudi 8 octobre 2020 à 16:05:39 UTC+2, Alex Beskopilny a écrit :

> maybe you could do this
>
> def art_manage():
>
>     if  len(request.args) >= 2 and ('new' == request.args[0]):
>            # some code
>            return ' create !!!!'
>
>
>     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)
>

-- 
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/012f237e-ed1e-44b0-8c5e-cc1917112990n%40googlegroups.com.

Reply via email to