Hi,
Le 18/09/2015 23:20, 黄祥 a écrit :
> hm, not sure, i get it, but i guess that you can use the query for
> that and pass it into mai.send(to=query result, ...).
Yes it's what I thought.
> another thing is, it seems i can't find mail.settings.to in web2py
> book. pls read the book about setup a
Hello
So I managed to put link and create it but now I have a probelm getting the
id of the record I want to deal with
links = [lambda row: A('',_class='glyphicon glyphicon
glyphicon-remove-sign',
callback=URL('settings','deactivate',vars=dict(table='skills',field =
'sk_status', value = form.vars
On Saturday, September 19, 2015 at 4:18:49 AM UTC-4, Yebach wrote:
>
> Hello
>
> So I managed to put link and create it but now I have a probelm getting
> the id of the record I want to deal with
>
> links = [lambda row: A('',_class='glyphicon glyphicon
> glyphicon-remove-sign',
> callback=URL('s
hi! i have been struggling with a annoying bug, i got a this in a controller:
---
def some_function():
if not request.vars.step:
redirect(URL('some_function', vars=dict(step=1)))
#
# a lot of stuff in the middle
#
if request.vars.step = '3':
db.person.
It won't always be desirable to preserve the original query string because
the Ajax callback is not really requesting the original parent page but
instead merely using the original action to access the autocomplete
functionality. However, it would probably be a good idea to add an option
to the
When trying to custom pack and download my app as .exe, I get this error:
[Errno socket error] [Errno 11004] getaddrinfo failed
How can I resolve it?
--
Resources:
- http://web2py.com
- http://web2py.com/book (Documentation)
- http://github.com/web2py/web2py (Source code)
- https://code.goog
6 matches
Mail list logo