[web2py] one select form multiple table

2016-01-31 Thread Imre
Hi, I want to make a form which can search in multiple db tables. The tables has a same structure. /models/db.py: dbmy = DAL('mysql://test:test@localhost/checkpoint') dbmy.define_table('sam_hosts', Field('name','text'), Field('IP','text')) dbmy.define_t

[web2py] Re: one select form multiple table

2016-02-04 Thread Imre
AttributeError: 'SQLFORM' object has no attribute 'search' 2016. február 1., hétfő 18:49:20 UTC+1 időpontban Alfonso Serra a következőt írta: > > I want to make a form which can search in multiple db tables. The tables >> has a same structure. >> > > the form is only one since your inputs

[web2py] Re: one select form multiple table

2016-02-16 Thread Imre
Thanks, it works but is tuple. How can I make a table from this records in view? 2016. február 1., hétfő 18:49:20 UTC+1 időpontban Alfonso Serra a következőt írta: > > I want to make a form which can search in multiple db tables. The tables >> has a same structure. >> > > the form is only on

[web2py] border in view

2016-03-20 Thread Imre
Hi, please help. I use SQLTABLE in view and I want see border. I try table, th, td {border: 1px solid black} in web2py.css but it is not work. -- Resources: - http://web2py.com - http://web2py.com/book (Documentation) - http://github.com/web2py/web2py (Source code) - https://code.google.com/p/we