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
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
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
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
4 matches
Mail list logo