[web2py] Re: SQLFORM.grid and export; some proposals

2013-05-23 Thread Nguyen Minh Tuan
Hi, I want to use export feature in SQLFORM.grid, but it doesn't work when query in self reference table. db.py : auth.settings.extra_fields['auth_user'] = [ Field('LineManager', 'reference auth_user'), . controller.py : lineMng = db.auth_user.with_alias('lineMng')

[web2py] Re: SQLFORM.grid and export; some proposals

2012-09-02 Thread Massimo Di Pierro
Can you send me a patch and open a ticket about ignored fields? Thanks. On Sunday, 2 September 2012 02:25:56 UTC-5, mweissen wrote: I want to use the export-feature of SQLFORM.grid. There are some proposals and questions:

Re: [web2py] Re: SQLFORM.grid and export; some proposals

2012-09-02 Thread Martin Weissenboeck
ok! 2012/9/2 Massimo Di Pierro massimo.dipie...@gmail.com Can you send me a patch and open a ticket about ignored fields? Thanks. On Sunday, 2 September 2012 02:25:56 UTC-5, mweissen wrote: I want to use the export-feature of SQLFORM.grid. There are some proposals and questions: