[web2py] Trigger a page refresh from an AJAX callback controller

2016-01-07 Thread Henk Hendricks
operties. -- Greetings, Henk Hendricks -- 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 Go

Re: [web2py] Re: DAL equivalent of Field1 * 2 as MyComputedField

2015-12-05 Thread Henk Hendricks
field from a row? -- Greetings, Henk Hendricks On Thursday, 3 December 2015 16:24:14 UTC-6, Henk Hendricks wrote: Hello All, Is there a DAL equivalent of "(Field1 * 2) as MyComputedField", which possible in sqlite? I've trouble addressing the fields in my

[web2py] DAL equivalent of Field1 * 2 as MyComputedField

2015-12-03 Thread Henk Hendricks
ese generate an error: db().select( -db.MyDatabase.Value) db().select(-1 * db.MyDatabase.Value) But this one doesn't, and just works as expected. db().select(db.MyDatabase.Value* -1) -- Greetings, Henk Hendricks -- Resources: - http://web2py.com - http://web2py.com/book (Documentation) - http