Solved 
Sorry sometimes you need to write stupid things for finding

Le lundi 19 octobre 2015 21:42:42 UTC+2, Laurent Lc a écrit :
>
> Forget the menu sorry
>
> Le lundi 19 octobre 2015 21:11:31 UTC+2, Laurent Lc a écrit :
>>
>> In fact it does not work :
>> My function :
>>
>> @auth.requires_login()
>> def update():
>>     query = (db1.user.id == request.args(0))
>>     records = SQLFORM.grid(query=query,user_signature=True)
>>     return dict(records=records)
>>
>>
>> Le lundi 19 octobre 2015 21:00:13 UTC+2, Laurent Lc a écrit :
>>>
>>> Forget my question i think that a SQLFORM.GRID should be ok, i gonna test
>>>
>>> Le lundi 19 octobre 2015 20:49:56 UTC+2, Laurent Lc a écrit :
>>>>
>>>> Hi,
>>>>
>>>> Could you tell me how in can change this line in a a response editable
>>>>
>>>> form = db1(db1.user.id == request.args(0)).select()
>>>>
>>>> Thank you
>>>>
>>>> Nb: i 'd like to know why one field of my menu disapears when i browse 
>>>> my app
>>>>
>>>

-- 
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 web2py+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to