[web2py] Re: py4web grid syntax - needs testers

2019-09-16 Thread isi_jca
Hi!!! 1°) When I try to use "A page with an update form example", the console show: ERROR:root:Traceback (most recent call last): File "/home/jalbornoz/py4web-env/lib64/python3.7/site-packages/py4web/core.py", line 461, in wrapper ret = func(*func_args, **func_kwargs) File

[web2py] Re: Select records NOT in a set

2019-09-16 Thread backseat
Fabulous. Thanks Massimo! -- 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] Re: Select records NOT in a set

2019-09-16 Thread Massimo Di Pierro
s = datetime.date(2020,1,1) subquery = db(db.unavailable.the_date==s)._select(db.unavailable.who) # notice _select db(~db.members.id.belongs(subquery)).select(db.members.ALL) On Sunday, 15 September 2019 12:20:45 UTC-7, backseat wrote: > > I have a list of members that I want to schedule for