[web2py] Re: SQLFORM.grid builds create/edit pages for wrong table

2013-12-02 Thread Jim S
Perfect. Thanks, don't know how I missed that one. -Jim On Friday, November 29, 2013 1:20:13 PM UTC-6, Niphlod wrote: > > use the field_id argument > > On Friday, November 29, 2013 8:12:53 PM UTC+1, Jim S wrote: >> >> I have the following code: >> >> # Build query >> queries = [] >>

[web2py] Re: SQLFORM.grid builds create/edit pages for wrong table

2013-11-29 Thread Niphlod
use the field_id argument On Friday, November 29, 2013 8:12:53 PM UTC+1, Jim S wrote: > > I have the following code: > > # Build query > queries = [] > if searchText and searchText.strip() != '': > queries.append((db.auth_group.role.contains(searchText)) | >